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