added radio button model view component (#1439)

* added radio button model view component
This commit is contained in:
Leila Lali
2018-05-21 11:45:27 -07:00
committed by GitHub
parent 5de002e5c1
commit ba264d8311
12 changed files with 389 additions and 36 deletions

View File

@@ -71,6 +71,7 @@ export enum ModelComponentTypes {
DropDown,
Button,
CheckBox,
RadioButton,
DashboardWidget,
DashboardWebview,
Form