Assert that a checkbox is or is not checked.
Alternate phrasing of "should be / should not be checked".
Step pattern
Then (the )*"([^"]*)?" checkbox is( not)* checkedExamples
Example #1
Then the "#remember-me" checkbox is checkedExample #2
Then the "#newsletter" checkbox is not checkedExample #3
And the "#agree" checkbox is checkedExample #4
Then the ".terms" checkbox is not checkedExample #5
When I check "Subscribe"
Then the "#subscribe" checkbox is checked