
CheckboxGroup
Question: I am trying to put all the checkboxes in a CheckboxGroup into anunselected state, but Checkbox.setState(false) does notautomatically unselect the checkbox once a checkbox has been selectedwithin a CheckboxGroup. How can this be done? Answer: At least one Checkbox in a CheckboxGroup must be selected at alltimes. A CheckboxGroup