README
描述
移动端表单平铺复选组
Tabs
| name | description | type | default |
|---|---|---|---|
| readOnly | 是否只读 | boolean | false |
| initialIndex | 默认选中的索引值 | array | [] |
| datas | 选项数据 | array, [{text: string,value: string,disable?: boolean}] | [] |
| onClick | 回调函数 | function | (data) => void |
移动端表单平铺复选组
<script type="module">
import beisenPhoenixMobileTiledMultiSelect from 'https://cdn.skypack.dev/@beisen-phoenix/mobile-tiled-multi-select';
</script>
移动端表单平铺复选组
| name | description | type | default |
|---|---|---|---|
| readOnly | 是否只读 | boolean | false |
| initialIndex | 默认选中的索引值 | array | [] |
| datas | 选项数据 | array, [{text: string,value: string,disable?: boolean}] | [] |
| onClick | 回调函数 | function | (data) => void |