1.0.0 • Published 6 years ago

ux-checkbox-zhangyurui v1.0.0

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
6 years ago

checkbox 复选框

接口设计

checkbox
参数说明类型默认值
value指定选中的选项,只在单独使用时有效Booleanfalse
label组合使用时有效String|Number|Boolean-
disabled是否禁用Booleanfalse
onChange变化时回调函数Function(checkedValue)-
checkbox-group
参数说明类型默认值
defaultValue指定选中项目的集合string[][]
disabled整组失效Booleanfalse
options指定特定选项string[][]
onChange在选项状态发生改变时触发,返回已选中的数组Function(checkedValue)-