el-checkbox值绑定
时间: 2023-10-08 21:04:49 浏览: 103
el-checkbox的值绑定可以通过v-model来实现。当el-checkbox绑定的值是string、number或boolean类型时,可以直接回显。
如果el-checkbox绑定的值不是string、number或boolean类型时,是无法回显的。在el-checkbox-group中使用v-model可以实现多个el-checkbox的值绑定。通过在el-checkbox上使用v-for循环遍历数据,在el-checkbox上使用:label绑定每个选项的值。
另外,也可以在el-checkbox-group中使用v-model来绑定数据。在提交数据时,可以将绑定的值转换成需要的格式进行传参。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *3* [el-checkbox绑定Object/Array解决方法(同附el-checkbox-group解决方法)](https://blog.csdn.net/weixin_42534421/article/details/125504304)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
- *2* [el-select 绑定对象和el-checkbox-group用法](https://blog.csdn.net/qq_25313187/article/details/126154654)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文