CheckboxMenuItem

Palette category
AWT
Palette bean
CheckboxMenuItem
Project
Java class libraries
Package
java.awt
Type
CheckboxMenuItem

Use a CheckboxMenuItem bean to provide a menu setting choice that the user can toggle on and off.

Use a JCheckBoxMenuItem bean, rather than a CheckboxMenuItem bean, if you want to use it in a Swing menu. Although Swing and AWT beans can be mixed, it is inadvisable.


Related procedures
Adding a Menu or Tool Bar

Related references
Menu and Tool Bar Beans
Beans for Visual Composition