{
  "Properties": [
    {
      "Name": "optionsLayout",
      "Type": "string",
      "Description": "选项的排列方式 (vertical、horizontal)",
      "Label": "选项的排列方式",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": "horizontal",
        "editor": {
          "type": "Select",
          "config": {
            "dataSource": [
              {
                "value": "horizontal",
                "label": "横向排列"
              },
              {
                "value": "vertical",
                "label": "纵向排列"
              }
            ]
          }
        },
        "jsType": "value"
      }
    },
    {
      "Name": "options",
      "Type": "object",
      "Description": "可选列表 {label:string,value:string}[]",
      "Label": "可选列表",
      "IsArray": true,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": [
          {
            "label": "复选一",
            "value": "1"
          },
          {
            "label": "复选二",
            "value": "2"
          }
        ],
        "editor": {
          "type": "TextArea",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "value",
      "Type": "object",
      "Description": "已选的数据",
      "Label": "已选的数据",
      "IsArray": true,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "editor": {
          "type": "TextArea",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "isPreview",
      "Type": "boolean",
      "Description": "是否用于表单展示态",
      "Label": "是否用于表单展示态",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "editor": {
          "type": "Switch",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "colSpace",
      "Type": "number",
      "Description": "纵向排列时的间距 marge-bottom",
      "Label": "纵向排列时的间距 marge-bottom",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": 10,
        "editor": {
          "type": "Number",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "disabled",
      "Type": "boolean",
      "Description": "禁用checkbox",
      "Label": "禁用checkbox",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "editor": {
          "type": "Switch",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "extraCls",
      "Type": "string",
      "Description": "自定义class",
      "Label": "自定义class",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "editor": {
          "type": "Input",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "tipsType",
      "Type": "string",
      "Description": "提示UI类型 `default`【显示为html标签自带title】、`animate`【显示为标准tooltip】 使用'default'有利于性能提升",
      "Label": "提示UI类型",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": "animate",
        "editor": {
          "type": "Select",
          "config": {
            "dataSource": [
              {
                "label": "文字提示气泡框",
                "value": "animate"
              },
              {
                "label": "浏览器自带工具提示文本",
                "value": "default"
              }
            ]
          }
        },
        "jsType": "value"
      }
    },
    {
      "Name": "checkboxWidth",
      "Type": "number",
      "Description": "checkbox宽度,文字加图标宽度",
      "Label": "checkbox宽度",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "editor": {
          "type": "Number",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "showCheckAll",
      "Type": "boolean",
      "Description": "是否显示全选",
      "Label": "是否显示全选",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "editor": {
          "type": "Switch",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "translation",
      "Type": "object",
      "Description": "语言包 用于翻译组件内置常量 {checkAll: '全选'}",
      "Label": "多语言",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "editor": {
          "type": "TextArea",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "onChange",
      "Type": "string",
      "Description": "该字段发生状态变化后的回调",
      "Label": "onChange",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": false,
        "funcType": "event",
        "cbParams": [
          {
            "name": "checkedList",
            "label": "选中的数据",
            "type": "array"
          }
        ],
        "jsType": "function"
      }
    }
  ],
  "_Name": "FieldCheckbox",
  "_Title": "表单字段---复选组组件",
  "_Description": "复选组组件",
  "_MetaDataType": 1,
  "_TenantId": 0,
  "_AppId": 0,
  "_State": 0,
  "_Version": "1.2.5"
}