Form control: Checkbox

The checkbox form control renders a single checkbox with an optional custom label (different from the general field label).

Arguments

checkboxLabel (optional) Label to be output to the right of the checkbox input

Example

<field name="terms" control="checkbox" checkboxLabel="I have read and understand the terms and conditions..." />