This step definition serves as a command to mark/select a checkbox.
When (I|we)* check "([^"]*)?"
Define the step of checking the checkbox element specified by id|class|name|label.
Example (1): label
When I check "Remember me"
Example (2): id/class
When I check "rememberme"