Handling CheckboxGroup Events
Since a CheckboxGroup is a set of checkboxes, everything we said before still applies:
- Each checkbox in a group is capable of generating ItemEvents
- ItemEvents are handled by an ItemListener
Note: The getSelectedCheckbox() method of the CheckboxGroup class returns the currently selected checkbox