ProCheckbox
Creates a group of checkboxes based on configuration options.
Props
Name | Type | Default | Description |
---|---|---|---|
options | CheckboxMixedOption[] | - | Checkbox configuration options |
space | SpaceProps | - | Spacing configuration |
For more parameters, refer to checkbox-group.
CheckboxOption Properties
Name | Type | Description |
---|---|---|
ref | CheckboxInst | Ref<CheckboxInst> | Used to bind a checkbox instance |
slots | Record<string, () => JSX.Element | undefined> | Checkbox Slots |
For more parameters, refer to checkbox.