Constructing a CheckboxGroup
To create a CheckboxGroup, use this constructor:
CheckBoxGroup cgb = new CheckBoxGroup();
You can then add check boxes into the group as shown on the next slide.
Previous slide
Next slide
Back to first slide
View graphic version