Preparing search index...
The search index is not available
app-hablla
app-hablla
components/Forms/SimpleCheckbox/SimpleCheckbox
InputSimpleCheckBoxProps
Interface InputSimpleCheckBoxProps
interface
InputSimpleCheckBoxProps
{
checked
?:
boolean
;
children
?:
any
;
label
?:
string
;
onChecked
?:
(
isChecked
:
boolean
)
=>
void
;
style
?:
string
;
}
Index
Properties
checked?
children?
label?
on
Checked?
style?
Properties
Optional
checked
checked
?:
boolean
Optional
children
children
?:
any
Optional
label
label
?:
string
Optional
on
Checked
onChecked
?:
(
isChecked
:
boolean
)
=>
void
Optional
style
style
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checked
children
label
on
Checked
style
app-hablla
Loading...