> ## 组件 wl-checkbox 使用文档
```
<wl-checkbox v-model="labelList" :dataList="dataList" :dataType="dataType"></wl-checkbox>
```
### wl-checkbox props
| 属性 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| labelList | 双向绑定多选框的选中值 | String 或 Array | '' |
| dataList | 多选框的选项列表 | String 或 Array | '' |
| dataType| 多选框的数据类型 | String | 'Array' |
| valueType| 多选框的数据类型 | String | 'String' |
#### 备注说明
> labelList 当为数组时如下,为字符串时把下列数组转为字符串。
```
['facebook', 'github']
```
> dataList 当为数组时如下,为字符串时把下列数组转为字符串。label 属性和 labelList 对应。
```
[{ label: 'twitter', text: 'Twitter' }]
```
- 编写模版
- 模态框 wl-modal
- 富文本框 wl-tinymce
- 国家选择下拉框 wl-select-country
- 时间轴 wl-timeline
- 国籍选择下拉框 wl-select-nationality
- 时间及时间段选择器 wl-timepicker
- 日期及日期段选择器 wl-datepicker
- 自定义内容下拉框 wl-select-custom
- excel下载组件 wl-down-excel
- 多选框 wl-checkbox
- 多选下拉框 wl-select-mutiple
- 柱状图 wl-bar-chart
- 折线图 wl-line-chart
- 饼图 wl-pie-chart
- pdf预览并下载 wl-pdf-download
- excel导入 wl-import-excel
- 生成二维码 wl-create-qrcode
- 流程预览 wl-flow-viewer
- 级联选择城市 wl-select-city
- 图片预览 wl-viewer-show-img
- 业务综合组件
- 接口管理wl-inter-face-page
- 系统异常微信通知wl-try-catch-notice
- 地图组件 wl-map