--- title: "Checkbox Control" slug: "checkbox-control" updated: 2025-12-19T22:40:51Z published: 2025-12-19T22:40:51Z canonical: "docs.processmaker.com/checkbox-control" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.processmaker.com/llms.txt > Use this file to discover all available pages before exploring further. # Checkbox Control The Checkbox control adds a checkbox from which the Request participant can select or deselect an option. Multiple Checkbox controls can be grouped together to function as one set of options whereby separate Checkbox controls with the same name maintain the same selected or deselected state. > This control is only available for Form-type Screens. See [Screen Types](/v1/docs/screens#screen-types). Watch the following product tour to learn how to use a Checkbox control. [Embedded content](https://cdn.iframe.ly/pst6WkG) > [!TIP] > See [an example](/v1/docs/example-disabling-a-button-until-a-toggle-key-is-selected-without-using-custom-scripts) of using a check box control in a screen. --- ## Add the Control to a Screen **Permissions** Your user account or group membership must have the following permissions to design a Screen unless your user account has the **Make this user a Super Admin** setting selected: - Screens: Edit Screens - Screens: View Screens See the [Screens](/v1/docs/permission-descriptions-for-users-and-groups#screens) permissions or ask your Administrator for assistance. Follow these steps to add this control to a [Screen](/v1/docs/screens): 1. [Create a new Form-type Screen](/v1/docs/create-a-new-screen) or [edit an existing one.](/v1/docs/manage-screens#edit-a-screen) 2. From the Controls Menu on the left, expand the **Fields** category, and then locate the **Checkbox** control ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/1026fa5f-9fbf-4670-98e1-b4ee724389b8.png). 3. Drag and drop the control to the Screen Builder canvas. Existing controls in the Screen will adjust positioning based on where you drag the control. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/f6a6829a-1aa5-4ee4-ae59-d31d7493aebd.png) 4. Configure the Checkbox control. See [Settings](/v1/docs/checkbox-control#inspector-settings). 5. Validate that the control is configured correctly. See [Validate Your Screen](/v1/docs/validate-and-publish-a-screen#validate-a-processmaker-screen). The following screen includes a Checkbox control, allowing users to select the option to work from home. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/64d93ad4-eec2-4f5c-baad-7071e4691c31.png) --- ## Settings The Checkbox control has the following configurable settings in the Properties Panel: - [**Variable** panel](/v1/docs/checkbox-control#variable-panel-settings) - [**Configuration** panel](/v1/docs/checkbox-control#configuration-panel-settings) - [**Design** panel](/v1/docs/checkbox-control#design-panel-settings) - [**Advanced** panel](/v1/docs/checkbox-control#advanced-panel-settings) - [**Accessibility** panel](/v1/docs/checkbox-control#accessibility-panel-settings) --- ### Variable Panel Settings Expand the **Variable** panel from the Properties Panel on the right to configure the following properties: #### Variable Name The **Variable Name** setting is used to reference control data during Requests. Ensure that the **Variable Name** setting value is a unique name in this [Screen](/v1/docs/screens) and contains at least one letter. This is a required setting. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b1518d2a-f535-451b-a7c8-03b3d19ce63f.png) Use the **Variable Name** setting value in the following ways: - Reference this control by its **Variable Name** setting's value. The **Data Preview** panel in Preview mode represents the state of the Checkbox control using its **Variable Name** value in the Request's JSON data model in the following ways: - **The Checkbox control is selected:** The key's value is `true.`![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/6aff154b-651d-426b-832f-c34bf253912f.png) - **The Checkbox control is not selected:** The key's value is `false`. - Reference this control's value in a different Screen Builder control. To do so, use [mustache syntax](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/mustache.5(3).html) and reference this control's **Variable Name** value in the target control. Example: `{{ CheckboxControl }}`. - Reference this value in [**Visibility Rule** setting expressions](/v1/docs/checkbox-control#visibility-rule). See [best practices](/v1/docs/screen-design-best-practices#naming-request-variables-for-processmaker-screen-controls) when editing a Request variable name. #### Label The Label property displays on the top of the control in the screen. Use it to explain the purpose of the control. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/a727cff8-9a9c-4666-8cac-bd1e81f7cac8.png) #### Validation Rules Enter the validation rule(s) the Request participant must comply with to properly enter a valid value into this control. This setting has no default value. If there are no configured validation rules the following message displays: **No validation rule(s)**. See [Validation Rules for "Validation" Control Settings](/v1/docs/validation-rules-for-screen-controls) for details on how to use validation rules. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/6f124819-247f-4109-8ac9-86d5251f21a0.png) 1. Click the **Add Rule** button. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/6f124819-247f-4109-8ac9-86d5251f21a0.png) 2. Select the rule that this control validates against. 3. Click **Save**. Parameters for the selected rule display. Parameter settings display which ones are required to properly configure the rule. 4. Enter the parameter settings that this control uses to validate against. See [Validation Rule Settings](/v1/docs/validation-rules-for-screen-controls#validation-rule-settings), and then locate the validation rule for its parameters. Follow these steps to edit a validation rule for this control: 1. Access the [**Variable** panel for this control](/v1/docs/select-list-control#variable-panel-settings) while in Design mode, and then locate the **Validation Rules** setting. 2. Click the **Edit** icon ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/27349646-ad30-4f7c-b96b-68431735c2b1.png) for the validation rule to edit if that rule can be edited. Validation rules that do not have parameters cannot be edited. The parameter settings for that validation rule displays. 3. Edit the parameter settings that this control uses to validate against. See [Validation Rule Settings](/v1/docs/validation-rules-for-screen-controls#validation-rule-settings), and then locate the validation rule for its parameters. Follow these steps to delete a validation rule for this control: 1. Access the [**Variable** panel for this control](/v1/docs/select-list-control#variable-panel-settings) while in Design mode, and then locate the **Validation Rules** setting. 2. Click the **Delete** icon![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/576680a3-4f50-42a3-9304-ca5f03c262c0.png)for the validation rule to delete. A message displays to confirm deletion of the validation rule. 3. Click **Delete**. #### Make Required Select to indicate that this control is required. This option is not selected by default. This is a quick way to add the [Required](/v1/docs/validation-rules-for-screen-controls#required) validation rule. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/637b28a0-cb67-48fb-a53d-159c59bbeefb.png) If you submit the Screen without selecting this required Checkbox, this control displays **Field is required** in red-colored text. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/000cb66a-c750-4eff-abd6-a4ebdd4a8545.png) #### Checked by Default Select to indicate that this control is selected by default such that its value is `true`. This option is not selected by default. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/7f5ba610-0426-4c90-a655-246d7138ebf7.png) #### Read Only Select to indicate that this control cannot be edited. This option is not selected by default. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/0fb2d286-7cf7-4b49-b411-b58a1284d2ed.png) --- ### Configuration Panel Settings Expand the **Configuration** panel from the Properties Panel on the right to configure the following properties: #### Helper Text Enter text that provides additional guidance on this control's use. This setting has no default value. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/284bae12-7054-4b79-b80a-d3d80e7f601e.png) For example, if you enter **Approve total investment**, the checkbox displays as follows: ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/36388152-bf65-430d-a41f-dca8c17a809e.png) --- ### Design Panel Settings Expand the **Design** panel from the Properties Panel on the right to configure the following properties: #### Text Color Select the text color that displays for this control. Click the **Clear Color Selection** option to remove the selected color. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/e1cecfd3-f5ce-4371-b3f5-ab9916aea850.png) #### Background Color Select the background color that displays for this control. Click the **Clear Color Selection** option to remove the selected color. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/d9e230bb-8785-4710-9c83-34be4aaa4050.png) #### Toggle Style Select to display a toggle key control instead of a checkbox control for each checkbox option. See a [design example](/v1/docs/example-disabling-a-button-until-a-toggle-key-is-selected-without-using-custom-scripts). ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/4ab04f6f-0f6e-4512-8744-9de32d64fd6b.png) For instance, the checkbox field **Working from home?** has a success text color, a primary background hue, and a toggle design. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/fdd9a973-7993-49e2-a769-83a231134094.png) ### [](/docs/checkbox-control#advanced-panel-settings) --- ### Advanced Panel Settings Expand the **Advanced** panel from the Properties Panel on the right to configure the following properties: #### Visibility Rule Specify an expression that indicates the condition(s) under which this control displays. See [Expression Syntax Components](/v1/docs/feel-expression-syntax#show-or-hide-screen-builder-controls). If this setting does not have an expression, then this control displays by default. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/de11db4c-7ce0-4026-8e8a-50a4c1975d57.png) For example, this control displays if the variable value **tip** is **1**. For a detailed example of the Visibility Rule setting, see [Show or Hide Controls Based on Button Selection](/v1/docs/example-show-or-hide-controls-based-on-button-selection). Note the following regarding how to use visibility rules: - To make this control hidden until another control contains a value, enter the **Variable Name** setting value of that control to this control's **Visibility Rule** setting. - [Visibility rules override custom CSS settings](/v1/docs/screen-design-best-practices#visibility-rules-override-custom-css-settings). #### Device Visibility Select on which device types this control displays: - **Desktop:** The control displays only on desktop devices. Enable the **Show for Desktop** toggle key. - **Mobile:** The control displays only on mobile devices. Enable the **Show for Mobile** toggle key. - **Both:** The control displays on both desktop and mobile devices. Both toggle keys are enabled by default. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b135c497-33a0-4f18-9ca7-a93614304588.png) #### CSS Selector Name Enter the value to represent this control in custom CSS syntax when in [Custom CSS](/v1/docs/custom-css#add-custom-css-to-a-processmaker-screen) mode. As a best practice, use the same **CSS Selector Name** value on different controls of the same type to apply the same custom CSS style to all those controls. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/42bd4d9f-3c3d-42c7-a3f3-461ac7e0cd64.png) Then, use this name in the [Custom CSS](/v1/docs/custom-css#apply-css-to-specific-processmaker-screen-controls) feature to apply CSS styling to this control as follows: ```plaintext [selector='Submit Form'] {    color: blueviolet; } ``` See the following best practices regarding custom CSS in Screens: - [Editing a CSS name to represent this control in custom CSS syntax](/v1/docs/screen-design-best-practices#css-selector-naming-best-practice) - [Visibility rules override custom CSS settings](/v1/docs/screen-design-best-practices#visibility-rules-override-custom-css-settings) --- ### Accessibility Panel Settings The **Accessibility** panel centralizes settings that enhance screen-reader compatibility and overall usability. ARIA Label setting persists through import, copy/paste, versioning, and upgrades, supporting a more inclusive and standards-aligned Screen Builder experience. #### Aria Label Enter the string that provides a text alternative to this control for the following purposes: - Assistive technology, such as screen readers, read the **Aria Label** setting value. - This control has a visual indication of its purpose, such as a control that uses a graphic instead of text, but still needs to clarify that purpose for anyone who cannot access the visual indication. The **Aria Label** setting value replaces the [**Label** setting](/v1/docs/checkbox-control#label) value. For example, if a control has both a **Label** setting value and an **Aria Label** setting value, assistive technology only uses the **Aria Label** setting value. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/57c6575f-2952-40d1-bca2-fb248ac99ada.png) #### Tab Order Tab order determines the sequential navigation order to navigate a Screen's controls using a keyboard interface. Assistive technology users often use a keyboard for navigation. [See best practices for setting the tab order for a Screen's controls](/v1/docs/screen-design-best-practices#tab-order-for-keyboard-navigation). Enter the number for the sequential keyboard navigation order that this control takes focus amongst other controls on this Screen. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/10c029e6-91ca-4c78-bff4-10c05a849ca4.png)