DojoCheckbox widget

A Dojo checkbox displays a binary option and responds to the user’s input by invoking an event handler.

Fields

selected
Indicates that the check box can be selected. Valid values are true and false.
text
The text label for the check box

Other supported fields and functions are described in the following topics in the EGL Programmer’s Guide: “Rich UI widget fields” and ”Rich UI widget functions.”

Use of this widget requires the following statement:
import dojo.widgets.DojoCheckbox;