Skip to content

Click to Uncheck Box: UNCHECK

The Click to Uncheck Box action is used to deselect or “uncheck” a checkbox in web applications and desktop applications. This action automates the process of removing a selection from checkboxes, ensuring that certain options or settings are disabled during process automation or test execution.

Examples of usage:

  • Example 1: Use the Click to Uncheck Box action to deselect the “Remember Me” checkbox on a login page.

Steps to configure:

  1. Select UNCHECK from the Action Drop-down Menu.
  2. In the Screen Name field, enter the screen where the checkbox is located.
  3. In the Element Key field, select the checkbox element you want to uncheck.
  4. Leave the Parameters section blank.
  5. Click Save.
Note: While the steps for adding an Action are identical in both views, the display of the steps changes:
v7_click_uncheck_list_view
List View
v7_click_uncheck_grid_view
Grid View
Note: Ensure that the Screen Name and Element Key are already defined before using this action.

Expected Outcome on Execution:  The specified checkbox will be unchecked or deselected on the page as part of the automation step.

v7_click_uncheck_output

Last updated: Sep 12, 2025
Back To Top