{
  "icon": "",
  "name": {
    "zh_CN": "Checkbox"
  },
  "component": "tiny-checkbox",
  "schema": {
    "properties": [
      {
        "label": {
          "zh_CN": "基础信息"
        },
        "description": {
          "zh_CN": "基础信息"
        },
        "collapse": {
          "number": 6,
          "text": {
            "zh_CN": "显示更多"
          }
        },
        "content": [
          {
            "property": "condition",
            "type": "boolean",
            "defaultValue": true,
            "label": {
              "text": {
                "zh_CN": "是否渲染"
              }
            },
            "cols": 12,
            "rules": [],
            "hidden": false,
            "required": true,
            "readOnly": false,
            "disabled": false,
            "widget": {
              "component": "SwitchConfigurator",
              "props": {}
            }
          },
          {
            "property": "id",
            "type": "string",
            "label": {
              "text": {
                "zh_CN": "绑定id"
              }
            },
            "cols": 12,
            "rules": [],
            "hidden": false,
            "required": true,
            "readOnly": false,
            "disabled": false,
            "widget": {
              "component": "InputConfigurator",
              "props": {}
            }
          },
          {
            "property": "class",
            "type": "string",
            "label": {
              "text": {
                "zh_CN": "绑定class"
              }
            },
            "cols": 12,
            "rules": [],
            "hidden": false,
            "required": true,
            "readOnly": false,
            "disabled": false,
            "widget": {
              "component": "InputConfigurator",
              "props": {}
            }
          },
          {
            "property": "label",
            "type": "object",
            "defaultValue": {
              "type": "i18n",
              "zh_CN": "标签",
              "en_US": "Label",
              "key": ""
            },
            "label": {
              "text": {
                "zh_CN": "label"
              }
            },
            "cols": 12,
            "rules": [],
            "hidden": false,
            "required": true,
            "readOnly": false,
            "disabled": false,
            "widget": {
              "component": "InputConfigurator",
              "props": {}
            }
          },
          {
            "property": "checked",
            "type": "boolean",
            "label": {
              "text": {
                "zh_CN": "是否选中"
              }
            },
            "cols": 12,
            "rules": [],
            "hidden": false,
            "required": true,
            "readOnly": false,
            "disabled": false,
            "widget": {
              "component": "SwitchConfigurator",
              "props": {}
            }
          },
          {
            "property": "disabled",
            "type": "boolean",
            "label": {
              "text": {
                "zh_CN": "是否禁用"
              }
            },
            "cols": 12,
            "rules": [],
            "hidden": false,
            "required": true,
            "readOnly": false,
            "disabled": false,
            "widget": {
              "component": "SwitchConfigurator",
              "props": {}
            }
          }
        ]
      }
    ],
    "events": {},
    "shortcuts": {
      "properties": []
    },
    "contentMenu": {
      "actions": []
    }
  }
}