{
    "$schema": "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json",
    "data": {
        "properties": {
            "label": {
                "type": "string",
                "default": "标题",
                "title": "标题"
            },
            "labelVisible": {
                "type": "boolean",
                "default": true,
                "title": "显示标题"
            },
            "disabled": {
                "type": "boolean",
                "default": false,
                "title": "是否禁用"
            },
            "checked": {
                "type": "boolean",
                "default": false,
                "title": "是否选中"
            },
            "layout": {
                "title": "布局方式",
                "type": "string",
                "default": "horizontal",
                "enum": [
                    {
                        "label": "水平",
                        "value": "horizontal"
                    },
                    {
                        "label": "垂直",
                        "value": "vertical"
                    }
                ]
            },
            "requiredFlag": {
                "type": "boolean",
                "default": false,
                "title": "是否显示必填标记"
            }
        }
    },
    "meta": {
        "title": "开关",
        "description": "开关",
        "category": "表单",
        "visible": []
    },
    "events": [
        {
            "name": "change",
            "title": "选中状态改变"
        }
    ]
}
