Rich UI checkbox

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:

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;

Feedback