|
Required
label
*
|
:string
|
The label of the checkbox.
|
|
|
|
description
|
:string
|
|
|
|
|
indeterminate
|
:boolean
|
Whether the checkbox is indeterminate.
|
false
|
|
|
disabled
|
:boolean
|
Whether the checkbox is disabled.
|
false
|
|
|
id
|
:string
|
|
|
|
|
name
|
:string
|
The name of the checkbox.
|
|
|
|
value
|
:any
|
The value used to derive the checked state.
|
|
|
|
checked
|
:boolean
|
Whether the checkbox is checked.
|
|
|
|
field
|
%FormField{}
|
|
|
|
|
tabindex
|
:integer
|
Tabindex to add to the checkbox control
|
|
|
|
multiple
|
:boolean
|
Whether the checkbox is part of a multiple checkbox group.
|
false
|
|
|
rest
|
:global
|
|
|
|