ProRadio
Creates a group of radio buttons based on configuration options.
Props
Name | Type | Default | Description |
---|---|---|---|
options | CheckboxMixedOption[] | - | Radio button configuration options |
space | SpaceProps | - | Spacing configuration |
type | 'default' | 'button' | - | Type of radio button group |
For more parameters, refer to radio-group.
RadioOption Properties
Name | Type | Description |
---|---|---|
slots | Record<string, () => JSX.Element | undefined> | Radio Slots |
For more parameters, refer to radio, radio-button.