Skip to content
On this page

ProCheckbox

以配置项创建复选框组。

Props

名称类型默认值说明
optionsCheckboxMixedOption[]-复选框配置
spaceSpaceProps-间隔配置

更多参数参考 checkbox-group

CheckboxOption Properties

名称类型说明
refCheckboxInst | Ref<CheckboxInst>用于绑定某个 checkbox 实例
slotsRecord<string, () => JSX.Element | undefined>Checkbox Slots

更多参数参考 checkbox

Released under the MIT License.