javax.swing
Class JCheckBox

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by javax.swing.JComponent
              extended by javax.swing.AbstractButton
                  extended by javax.swing.JToggleButton
                      extended by javax.swing.JCheckBox

public class JCheckBox extends JToggleButton

Field Summary
static String BORDER_PAINTED_FLAT_CHANGED_PROPERTY
          Identifies a change to the flat property.
 
Constructor Summary
JCheckBox()
          Creates an initially unselected check box button with no text, no icon.
JCheckBox(String text)
          Creates an initially unselected check box with text.
JCheckBox(String text, boolean selected)
          Creates a check box with text and specifies whether or not it is initially selected.