Checkbox

Creates a checkbox with toggleable input. The Title and Name attributes can be defined, enabling the passing of true and false values.

Checkbox using Default Value

Defining the checked property will set the initial checkbox value with true and false.

Selected Value: true

Records Count

10,000

Checkbox

Options

Required

Name of the checkbox, used to reference the selected value elsewhere as {inputs.name.value}

Label for the checkbox. If undefined, will default to small checkbox

Options:
string

Initial value for checkbox. True value for checked, false for unchecked

Options:
boolean

Adds an info icon with description tooltip on hover

Options:
string