Checkbox

You use the Checkbox component to add a Boolean field that a user can turn on (a value of true) or off (a value of false).

This page discusses:

See Also
Creating a Custom User Interface
About Rules

Example

The following figure shows an example of the properties of a Checkbox component:

The following figure shows the resulting output in the customized simulation template:

Properties

The Checkbox component has the following properties:

PropertyDescriptionType
NameThe ID of the component (read-only)String
ValueThe object with which to bind or the default value Boolean
LabelText to display in front of the check box String
Read OnlyWhether or not the user can modify the default valueBoolean
HiddenWhether or not the component is displayedBoolean
HintText displayed under the check box to provide additional information about the input that is expectedString