Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 546 Bytes

checkbox.md

File metadata and controls

18 lines (15 loc) · 546 Bytes

checkbox field

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

Special properties of field

Property Default Accepted values Description
autocomplete none see doc Indicates whether the value of the control can be automatically completed by the browser.

Usage

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