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