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