Skip to content

ProCheckboxGroup 多选框组

基于 NCheckboxGroup 封装,通过 options 声明式渲染。

基础用法

多选框组

基础用法、多选、含禁用项。

API

属性类型默认值说明
value(string|number)[]-选中值(v-model)
optionsCheckboxProps[][]选项配置

继承 Naive UI NCheckboxGroup 全部 Props。

Released under the MIT License.