Guaxu Docs
Preparing search index...
guaxu-react
RadioListProps
Type Alias RadioListProps
type
RadioListProps
=
{
children
:
(
option
:
RadioButtonProps
)
=>
ReactNode
;
isDisabled
?:
boolean
;
onChange
:
(
value
:
string
)
=>
void
;
options
:
RadioButtonProps
[]
;
selectedValue
:
string
;
}
Index
Properties
children
is
Disabled?
on
Change
options
selected
Value
Properties
children
children
:
(
option
:
RadioButtonProps
)
=>
ReactNode
Optional
is
Disabled
isDisabled
?:
boolean
on
Change
onChange
:
(
value
:
string
)
=>
void
options
options
:
RadioButtonProps
[]
selected
Value
selectedValue
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
is
Disabled
on
Change
options
selected
Value
Guaxu Docs
Loading...