In my program, I want to uncheck all the checkboxes whenever this method is called. Can someone explain why it isn\'t working? Whenever I call this method the checkboxes are
If you are sure checkbox is checked you can toggle it.
checkbox
checkbox.toggle();