A Rich UI checkbox widget displays a true-false option
and responds to the user input by invoking a function.
The checkbox widget supports these properties:
- text, which holds a string for display
- selected, which holds a Boolean that
indicates whether the check box is selected
For information about other supported properties and functions,
see "Widget properties and functions."
If you use this widget, you must use the following statement:
import com.ibm.egl.rui.widgets.Checkbox;