When I uncheck "checkbox"

This step definition serves as a command to clear/deselect a checkbox.

When (I|we)* uncheck "([^"]*)?"

Define the step of unchecking the checkbox element specified by id|class|name|label.

Example (1): label

When we uncheck "Remember me"

 

Example (2): id/class

When I uncheck "rememberme"