aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/checkbox.json
blob: 8991d210a419f4596c0745abbbb1709e4cdafa06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "component": "checkbox",

    "module": "montage/ui/checkbox.reel",

    "name": "Checkbox",

    "properties": [

        {
            "name": "label",
            "type": "string",
            "default": "Button"
        },
        {
            "name": "enabled",
            "type": "boolean",
            "default": "true"
        }
    ]
}