Checkbox

A checkbox is a basic element. It is a singular tick-box that can be checked or unchecked by the user of the form. They are created individually and so for a set of checkboxes you will need to repeat the creation process.

The element creation form will ask for:

  • Table Field:(required) the table field the information provided will apply to
  • Label: (required) the identifier of the element in the overview
  • Class:(optional) HTML class attribute for the element
  • Checkbox values:(applies to static forms only) the values returned dependent on whether checkbox is checked.
    • Selected: decides whether the checkbox is already checked or not on the form
  • Force checked validation:(optional) force the checkbox to be ticked for validity (find out about validation)

Note: Forms can only have one element per table field.