A Dojo mobile checkbox displays a binary option and responds
to the user’s input by invoking an event handler.
Fields
- selected
- Indicates whether the check box is selected. Valid values are
true and false.
- text
- The label for the check box
Example
Use of this widget requires the following statement:
import dojo.mobile.widgets.DojoMobileCheckbox;