Ultra Radio
Create a radio group from configuration options.
Props
Name | Type | Default | Description |
---|---|---|---|
options | CheckboxMixedOption[] | - | Radio options |
space | SpaceProps | - | Spacing config |
type | `'default' | 'button'` | - |
For more parameters, see radio-group.
RadioOption Properties
Name | Type | Description |
---|---|---|
slots | Record<string, () => JSX.Element | undefined> | Radio Slots |
For more parameters, see radio, radio-button.