aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/checkbox.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/components-data/checkbox.json')
-rw-r--r--node_modules/components-data/checkbox.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/node_modules/components-data/checkbox.json b/node_modules/components-data/checkbox.json
new file mode 100644
index 00000000..8991d210
--- /dev/null
+++ b/node_modules/components-data/checkbox.json
@@ -0,0 +1,21 @@
1{
2 "component": "checkbox",
3
4 "module": "montage/ui/checkbox.reel",
5
6 "name": "Checkbox",
7
8 "properties": [
9
10 {
11 "name": "label",
12 "type": "string",
13 "default": "Button"
14 },
15 {
16 "name": "enabled",
17 "type": "boolean",
18 "default": "true"
19 }
20 ]
21} \ No newline at end of file