Guaxu Docs
Preparing search index...
guaxu-react
CheckboxProps
Interface CheckboxProps
interface
CheckboxProps
{
children
:
ReactNode
;
isChecked
?:
boolean
;
isDisabled
?:
boolean
;
onClick
?:
(
isChecked
:
boolean
)
=>
void
;
value
?:
string
;
}
Index
Properties
children
is
Checked?
is
Disabled?
on
Click?
value?
Properties
children
children
:
ReactNode
Optional
is
Checked
isChecked
?:
boolean
Optional
is
Disabled
isDisabled
?:
boolean
Optional
on
Click
onClick
?:
(
isChecked
:
boolean
)
=>
void
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
is
Checked
is
Disabled
on
Click
value
Guaxu Docs
Loading...