Rezi
Preparing search index...
core/src
CheckboxProps
Type Alias CheckboxProps
CheckboxProps
:
Readonly
<
{
accessibleLabel
?:
string
;
checked
:
boolean
;
disabled
?:
boolean
;
dsSize
?:
WidgetSize
;
dsTone
?:
WidgetTone
;
focusable
?:
boolean
;
focusConfig
?:
FocusConfig
;
id
:
string
;
key
?:
string
;
label
?:
string
;
onChange
?:
(
checked
:
boolean
)
=>
void
;
}
,
>
Props for checkbox widget.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for checkbox widget.