BaseRadio
Group
Radio.Group from the Base package.
Loading Radio.Group…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
defaultValueOptional | string | — |
disabledOptional | boolean | false |
nameOptional | string | — |
onValueChangeOptional | ((value: string) => void) | — |
optionsRequired | RadioOption[] | — |
orientationOptional | "horizontal" | "vertical" | "vertical" |
valueOptional | string | — |