Skip to content
On this page

ProCheckbox

Creates a group of checkboxes based on configuration options.

Props

NameTypeDefaultDescription
optionsCheckboxMixedOption[]-Checkbox configuration options
spaceSpaceProps-Spacing configuration

For more parameters, refer to checkbox-group.

CheckboxOption Properties

NameTypeDescription
refCheckboxInst | Ref<CheckboxInst>Used to bind a checkbox instance
slotsRecord<string, () => JSX.Element | undefined>Checkbox Slots

For more parameters, refer to checkbox.

Released under the MIT License.