class org.aswing.JCheckBox extends JToggleButton
An implementation of a check box -- an item that can be selected or deselected, and which displays its state to the user. By convention, any number of check boxes in a group can be selected. @author paling