Check Box builder
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
- About using the builder call editor
The builder call editor allows you to specify all the input values to a builder call.
- Locating control builder calls on pages
Each page location technique results in the generation of a Page Location string that determines on what pages, and where on those pages, the control builder calls are added.
- Check Box builder inputs
This topic describes the inputs for the Check Box builder.