aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/checkbox.json
blob: 58f09cb647bf10f8fee39e6345efb73c21cdc173 (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/native/input-checkbox.reel",

    "name": "InputCheckbox",

    "properties": [

        {
            "name": "disabled",
            "type": "boolean",
            "default": "false"
        },
        {
            "name": "checked",
            "type": "boolean",
            "default": "false"
        }
    ]
}