Link

I uncheck “__”

Set a checkbox to the unchecked state.

Pattern

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

Parameters

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

Examples

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