Skip to content
On this page

ProRadio

Creates a group of radio buttons based on configuration options.

Props

NameTypeDefaultDescription
optionsCheckboxMixedOption[]-Radio button configuration options
spaceSpaceProps-Spacing configuration
type'default' | 'button'-Type of radio button group

For more parameters, refer to radio-group.

RadioOption Properties

NameTypeDescription
slotsRecord<string, () => JSX.Element | undefined>Radio Slots

For more parameters, refer to radio, radio-button.

Released under the MIT License.