Check Box builder

 

+

Search Tips   |   Advanced Search

 

Use the Check Box builder to create a single check box on a page. If you are replacing a check box defined on the page with a Check Box builder, make sure the chosen control tag in the original HTML has a value attribute that is set as required for a given source.

For example, if you specify the default value of this check box to be the result of a service call and the service call returns on or off, then the <INPUT> tag in the original HTML needs its value attribute set to on as follows:

<INPUT type="checkbox" name="my_checkbox" value="on">

In this case, if the source service call returns on, the check box is set to checked; otherwise it is set to unchecked.

 

Quick tips

Enabling check boxes

To enable the check box when the page is first displayed, set Default Value equal to Checked Value. If you do not enter anything for Checked Value, you can specify true for the default value.

Returning check box values

To ensure that the check box always returns a value, be sure to set the Checked Value and the Unchecked Value for a check box builder.

Parent topic: Builder help