# checkbox
## Instructions
多选框组
属性说明
多选项。在1组check-group中可选择多个
### Syntax
- 使用 ``(或 ``,当需要包裹子节点时)。
- 遇到平台差异时,建议使用条件编译(`#ifdef / #endif`)显式处理。
#### Properties
See official docs for full properties list: `https://doc.dcloud.net.cn/uni-app-x/component/checkbox.html`
#### Events
| 事件名 | 类型 | 默认值 | 说明 |
| --- | --- | --- | --- |
| @change | EventHandle | | 中选中项发生改变是触发 change 事件,detail = {value:[选中的checkbox的value的数组]} |
#### Platform Compatibility
See official docs for platform support table: `https://doc.dcloud.net.cn/uni-app-x/component/checkbox.html`
### Examples
### Example (Example 1)
```vue
默认样式
不同颜色和尺寸的checkbox
推荐展示样式
\n使用 uni-list 布局
```
### Example (Example 2)
```vue
默认样式
不同颜色和尺寸的checkbox
推荐展示样式
\n使用 uni-list 布局
```
### Example (Example 3)
```vue
```
### Example (Example 4)
```vue
```
Reference: [Official Documentation](https://doc.dcloud.net.cn/uni-app-x/component/checkbox.html)