Check Box (deprecated)
Check Box creates a selection instance. The selection can be presented as a check box, a radio button (with icon), or a switch.
The Check Box view uses a native presentation whenever the browser has one. This means that the
view has a different appearance in Apple Safari, Google Chrome, Microsoft Internet Explorer, and so
on. However, when you are creating a view or coach in Process Designer or if the application user is using a browser
without a native check box presentation, the Check Box view has the appearance shown in the examples below.
| As a check box | As a pair of radio buttons | As a switch |
|---|---|---|
![]() |
![]() |
![]() |
Data binding
Set the data binding for the view 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 |
Theme definitions
The design mode of the theme editor contains a simulation of this view. If you hover over the simulation, it lists the theme definitions that determine the appearance of the view. For information on the theme editor, see Creating themes.
Configuration properties
Set or modify view configuration in the Configuration properties tab.- Screen size
- A configuration property that has the Screen Sizes icon
beside
the property name 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 (deprecated), 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 check box instance displays as a check box, a radio button,
or switch. 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 |
![]() |
Set the color of the background for the on or selected position of the check box when it is showing as a switch. | String |
![]() |
Set the color of the background for the off or unselected position of the check box when it is showing as a switch. | String |
| Set the size of the text for the label and the amount of padding around the
text. For example, to make the label more readable on smart phones, you can set this configuration
option to Large for the small screen size. The default value is
|
String |


