Rich UI Checkbox

A Rich UI checkbox displays a true-false option and responds to the user input by invoking a function. The following properties are supported:
  • text, which holds a string for display
  • selected, which holds a Boolean that indicates whether the checkbox is selected

Other supported properties and functions are described in “Widget properties and functions.”

Use of this widget requires the following statement:
import com.ibm.egl.rui.widgets.Checkbox;