
Krisztian, what I did is add the string (not including quotes) ":checked
" to the "Css Selector" box in the Subject7 locator. The xpath still needs to be in place.
I haven't verified it, but to check if it is not checked you could probably add this ":not(:checked)
"
This does mean you need to build additional locators for each verification in addition to the locator for checking/unchecking the check box.