ux-checkbox-liuxinyue

## API | 参数 | 说明 | 类型 | 默认值 | 必须 | | --- | --- | --- | --- | --- | | label | checkbox的文字说明 | string | - | no | | value | checkbox的值 | string、number | - | yes | | checked | 是否被选中 | boolean | false | no | | defaultChecked | 初始状态 | boolean | - | no | | disab

Usage no npm install needed!

<script type="module">
  import uxCheckboxLiuxinyue from 'https://cdn.skypack.dev/ux-checkbox-liuxinyue';
</script>

README

checkbox 复选框

API

参数 说明 类型 默认值 必须
label checkbox的文字说明 string - no
value checkbox的值 string、number - yes
checked 是否被选中 boolean false no
defaultChecked 初始状态 boolean - no
disabled 是否禁用 boolean - no
onChange 用于checkbox状态变化后的回调函数 (data)=>void no
extraCls 自定义的class string - no