Details
Description
I think the behavior should be consistent with "unchecking a checkbox", which is done by setting the value to false.
So the following should pass (currently fails because .value() returns null)
theCheckbox.value(false) assert theCheckbox.value() == false