1.0.0 • Published 6 years ago

ux-checkbox-lichunying v1.0.0

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

API

属性

checkbox(复选框)

参数说明类型默认值
checked指定当前是否选中booleanfalse
defaultChecked初始是否选中booleanfalse
disabled是否禁止booleanfalse
onChange改变回调函数Function-

checkbox group (复选框组)

参数说明类型默认值
defaultValue默认选中的选项string[][]
disabled是否禁止booleanfalse
options指定可选项string[][]
value指定选中的选项string[][]
onChange改变回调函数Function-