Checkbox

The Checkbox element is a composite element consisting of an Input element and a Label element.

The included Label element is preconfigured with its Associated Input ID set to the Element ID of the included Input element.

Checkbox and Toggle Switch elements, used inside a Data Design element, need to be initialized using the Initialize Toggle Switch in Data Design block, after they are added to the page or form.


Options

The Options tab settings for this element are described below:

We do not recommend changing any setting other than the one's mentioned below.

Title

Enter the text you want displayed in the tooltip shown by the browser when a user hovers over the element.

Form Field Name

If you are implementing a completely custom HTML form on your page, use this to set the value of the name attribute for this element.

Mandatory

Set this to yes If you want to make sure a valid data is entered for this element. This is used in forms and can also be used if you are implementing a completely custom HTML form on your page.

Last updated