For the complete documentation index, see llms.txt. This page is also available as Markdown.

checkbox

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

Special properties of field

Property

Default

Accepted values

Description

autocomplete

none

Indicates whether the value of the control can be automatically completed by the browser.

Usage

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

Last updated

Was this helpful?