Checkbox : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

Checkbox
The AWT (Advanced Windowing Toolkit) radio button Component. Note the lower case b, in Checkbox. A box the user can mark as on or off. A radio button is a checkbox in a checkbox group where only one button may be pushed on at a time. Checkboxes can be used as choices or combos. When Checkboxes are used like radio buttons, you use a CheckboxGroup to define which Checkboxes are related. Here is how it looks:

checkbox screenshot

Each circle is one Checkbox.

The Swing equivalent is called a JCheckBox, a JRadioButton or a JToggleButton. Checkbox uses getState and setState, where JCheckBox uses isSelected and setSelected. JCheckBox uses a checkmark; JRadioButton uses a dot in a circle and JToggleButton uses ordinary-looking buttons.

Here is how to use a Checkbox:

Here is how you use a CheckboxGroup with Checkboxes:

Learning More

Oracle’s Javadoc on Checkbox class : available:
Oracle’s Javadoc on CheckboxGroup class : available:

This page is posted
on the web at:

http://mindprod.com/jgloss/checkbox.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\checkbox.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[54.166.234.171]
You are visitor number