|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Checkbox and RadioButton
A checkbox is a label with a rectangle in front of it that can be checked (true) and unchecked (false). When you place several checkbox in a checkboxgroup, they behave as radiobuttons: only one of the checkboxes is allowed to be true.
Related Categories
JButton, JCheckBox, JRadioButton
Subcategories
Questions & Answers
= answered, = unanswered
General:
How do I assign a shortcut key to a Checkbox?
Further Information (sorted alphabetically)
Api's:
|
|
|
|
|