Back to all steps

Check checkbox

Step fields
selector (text)
Tick a checkbox or radio button.
Examples: #agree-tos · input[name="newsletter"]
Usage example

Tick a checkbox or select a radio button. If already set — the state is unchanged.

Examples:

  • #agree-tos
  • input[name="newsletter"]
  • input[type="radio"][value="card"]