DojoRadioGroup widget

The DojoRadioGroup widget defines radio buttons.

Fields

options
The text label for the button
selected
Specifies whether the radio button can be selected. Valid values are true and false.
vertical
Specifies whether the list of buttons is horizontal or vertical. Valid values are true and false.

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.DojoRadioGroup;