Checkbox
A check box is a component that enables the user to toggle a choice on or off, like a light switch. Tocreate a check box, use the following constructor:
Checkbox(String label)
Example:
Checkbox cb = new Checkbox("My Checkbox");
add(cb);
CheckboxDemo
Previous slide
Next slide
Back to first slide
View graphic version