Link

I check “__”

Set a checkbox to the checked state.

Pattern

^(?:|I )check "([^"]*)"$

Parameters

Position Description Value Type Restrictions
1 checkbox field id/name/label/selector Must refer to a checkbox field.

Examples

When I check "Accept terms"
And check "Receive newsletters"