checkbox

This is a standard HTML checkbox input field for boolean values.

Special properties of field

Usage

{
    type: "checkbox",
    label: "Status",
    model: "status",
    default: true
}

Last updated