Check Box stock control
This stock control creates a selection instance that a user can set to true or false. The selection can be a check box, a set of two radio buttons, or slider.
When you add a Check box stock control to a coach or coach
view, it has default values. At design time, its appearance depends
on whether you are using the web editor or the desktop editor in Process Designer.
| Process Designer desktop editor | Process Designer web editor |
|---|---|
![]() |
![]() |
Restrictions and limitations
None
Data binding
Set the data binding for the control in the General properties tab.| Binding description | Data type |
|---|---|
| Records the state of the instance, such as selected or not selected if the selection instance is a check box. | Boolean |
Configuration properties
Set or modify control configuration in the Configuration properties tab.Configuration properties that have
can have different values for each screen
size. If you do not set a value, the screen size inherits the value
of the next larger screen size as its default value. If you are using
the Process Designer desktop
editor, you are setting the value for the large screen size. The other
screen sizes inherit this value.
| Configuration property | Description | Data type |
|---|---|---|
Show As![]() |
Select whether the selection instance is a check
box, a set of two radio buttons, or a slider. The default value is Checkbox. |
ShowAsSelection |
True Label![]() |
Set the text for the "true" choice. The default text is "Yes". | String |
False Label![]() |
Set the text for the "false" choice. The default text is "No". | String |

