Test check/uncheck of toggle-buttons
"toggle buttons" == check-boxes and radio-buttons
open ../tests/html/test_check_uncheck.html  
check initial state
verifyChecked base-spud true
verifyNotChecked base-rice true
verifyChecked option-cheese true
verifyNotChecked option-onions true
okay, now start pushing buttons
check base-rice  
verifyNotChecked base-spud true
verifyChecked base-rice true
uncheck option-cheese  
verifyNotChecked option-cheese true
check option-onions  
verifyChecked option-onions true
address elements by name+value
verifyNotChecked option-chilli true
check option chilli  
verifyChecked option-chilli true
uncheck option index=3  
verifyNotChecked option-chilli true