Checkbox

Checkbox Element

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.


Options

The Options tab settings for this element are described 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