TCheckbox 多选框组 
基础用法 
尺寸大小 
按钮样式 
带有边框 
插槽使用及自定义 
可选项 
2、配置参数(Attributes)继承 el-checkbox Attributes 
| 参数 | 说明 | 类型 | 默认值 | 
|---|---|---|---|
| model-value / v-model | 绑定值 | Array | 无 | 
| option | 单选数据源 | Array | 无 | 
| size | 多选框的尺寸 | 'large' / 'default' / 'small' | 'default' | 
| type | 按钮样式 | 'check' / 'button' | 'check' | 
| props | 配置选项,具体看下表 | object | - | 
| border | 是否显示边框 | boolean | false | 
2-1、option 配置参数(Attributes)继承 el-checkboxGroup Attributes 
| 参数 | 说明 | 类型 | 默认值 | 
|---|---|---|---|
| value | 绑定值 | string / number / boolean | 无 | 
| label | 显示值 | string | 无 | 
| disabled | 是否禁用 | Boolean | false | 
| slot | 插槽名称 | string | 无 | 
2-2、Props 
| 参数 | 说明 | 类型 | 默认值 | 
|---|---|---|---|
| value | 指定节点绑定值为节点对象的某个属性值 | string | 'label' | 
| label | 指定节点显示值为节点对象的某个属性值 | string | 'label' | 
| disabled | 指定节点是否禁用为节点对象的某个属性值 | string | 'disabled' | 
