Rezi
Preparing search index...
core/src
RadioGroupProps
Type Alias RadioGroupProps
RadioGroupProps
:
Readonly
<
{
accessibleLabel
?:
string
;
direction
?:
"horizontal"
|
"vertical"
;
disabled
?:
boolean
;
dsSize
?:
WidgetSize
;
dsTone
?:
WidgetTone
;
focusable
?:
boolean
;
focusConfig
?:
FocusConfig
;
id
:
string
;
key
?:
string
;
onChange
?:
(
value
:
string
)
=>
void
;
options
:
readonly
SelectOption
[]
;
value
:
string
;
}
,
>
Props for radio group widget.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for radio group widget.