Flarum (v1.8.10)
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 (v1.8.10)
Loading...
Any other virtual element properties, including attributes and event handlers.