How-to

Uncheck checkbox (uncheck)

Uncheck checkbox (uncheck)

Clears the Target checkbox.

Step model

action_nameuncheck
GroupInput
TargetRequired
ValueUnused
expected_valueUnused
TEST_ACCOUNTForbidden
Do not confuse withcheck

Target/Value facts match the source-of-truth catalog and Autotest step.

Prerequisites

  1. Target is a checkbox.

Steps

  1. Add an uncheck step.
  2. Set Target.
  3. Save.

The step is stored on the autotest. Next - neighbouring steps or autotest run creation.

Examples

Clear Remember me

Fields in the UI:

FieldValue
action_nameuncheck
Targetkind LABEL, value Remember me

Step JSON fragment (copy-paste):

json
{
  "action_name": "uncheck",
  "target": {
    "kind": "LABEL",
    "value": "Remember me"
  }
}

Common mistakes

  • Do not confuse with click - the state after click depends on the current value.

Screenshots

Screenshots of the step form for uncheck will be added here in a later pass.

Version 1.0.0 · Last updated 2026-09-11

Did this page help?