The Checkbox element allows users to select one or more options, typically representing a yes/no choice or agreeing to terms.

Available Options:

  • Field label – sets the visible name of the checkbox field.

  • Keep this field pre-checked – automatically selects the checkbox by default.

  • Value in Yes/No – defines the value submitted when checked or unchecked.

  • Additional message – optional helper text displayed below the field.

Field Layout Settings:

  • Half width – displays the field in half of the form width.

  • Required – makes the field mandatory if applicable.

 Advanced Settings:

  • Custom class – used for advanced styling or JavaScript actions.

  • Custom ID – unique identifier for targeting the field with CSS or JS.