added checkbox component (#1330)

This commit is contained in:
Leila Lali
2018-05-03 17:11:55 -07:00
committed by GitHub
parent f7371e9ed5
commit 1847c2e322
7 changed files with 224 additions and 15 deletions

View File

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