DojoCheckbox

The DojoCheckbox widget creates check boxes.

Properties

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

Events

onChange
Specifies an event that is to occur when the button is pressed. This event is a Rich UI event.

Example

The following example shows the code and outcome for a check box.


	 DojoCheckbox {text = "My Checkbox", selected = true};

Example of a check box.

Feedback