CheckBox
OK - This is probably a very simple question but I have not been able to find the answer myself.
I have a checkbox that I want to test.
if (headersCheckBox().isChecked()) {
// Write code here to unselect the checkbox
}
I'm looking for a method that will uncheck the box (or check it) on the page.
Anyone?

