Skip to content

EPCheckbox 多选框组

基础用法

button 类型

插槽

可选项

配置参数(Attributes)继承 el-checkboxGroup Attributes

参数说明类型默认值
v-model绑定值Array
options数据源Array
change数据源Function
size多选框的尺寸'large' / 'default' / 'small''default'
type按钮样式'check' / 'button''check'
optionsProps配置选项,具体看下表object-

options 配置参数(Attributes)继承 el-checkbox Attributes

参数说明类型默认值
value绑定值string / number / boolean
label显示值string
disabled是否禁用Booleanfalse
slot插槽名称string
change事件Function

optionsProps

参数说明类型默认值
value指定节点绑定值为节点对象的某个属性值string'label'
label指定节点显示值为节点对象的某个属性值string'label'
disabled指定节点是否禁用为节点对象的某个属性值string'disabled'