Flarum (v2.0.0-beta.5)
Preparing search index...
flarum
common/components/Checkbox
ICheckboxAttrs
Interface ICheckboxAttrs
interface
ICheckboxAttrs
{
disabled
?:
boolean
;
loading
?:
boolean
;
onchange
:
(
checked
:
boolean
,
component
:
Checkbox
<
ICheckboxAttrs
>
)
=>
void
;
state
?:
boolean
;
[
property
:
string
]:
any
;
}
Hierarchy (
View Summary
)
ComponentAttrs
ICheckboxAttrs
Indexable
[
property
:
string
]:
any
Any other virtual element properties, including attributes and event handlers.
Index
Properties
disabled?
loading?
onchange
state?
Properties
Optional
disabled
disabled
?:
boolean
Optional
loading
loading
?:
boolean
onchange
onchange
:
(
checked
:
boolean
,
component
:
Checkbox
<
ICheckboxAttrs
>
)
=>
void
Optional
state
state
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
disabled
loading
onchange
state
Flarum (v2.0.0-beta.5)
Loading...
Any other virtual element properties, including attributes and event handlers.