checkbox
Special properties of field
Usage
{
type: "checkbox",
label: "Status",
model: "status",
default: true
}Last updated
Was this helpful?
This is a standard HTML checkbox input field for boolean values.
Property
Default
Accepted values
Description
autocomplete
none
Indicates whether the value of the control can be automatically completed by the browser.
{
type: "checkbox",
label: "Status",
model: "status",
default: true
}Last updated
Was this helpful?
Was this helpful?