Checkbox

The checkbox is an element that allows the user to select one or many options, and these options will be inclusive. This element helps to make the form more sophisticated. Checkbox can be placed only inside the Form Container.

Checkbox default state

After adding, the following settings are available for Checkbox in the Data tab:

  • Bind type:

    • Dynamic: it allows selecting a field from the data source to display it in the form accordingly. The field can be selected within the Form Container’s object.

    • Static: it allows a static text setting; this text will be displayed permanently despite the selected record(-s).

  • Text Field (available for dynamic bind type only): the list of available text fields in the current collection.

  • Text (available for static bind type only): the field to enter the required text to display.

  • Label: a static checkbox description.

  • Label position: a position of the label text according to the checkbox:

    • top

    • right

    • bottom

    • left

  • Checked status: the checkbox can be set empty or selected by default.