RadioGroup Object
Description
A group of radio buttons.
Properties
Events
Commentary
The RadioGroup is implemented as a <fieldset> element. There is no individual RadioButton element.
The Options property is a list of options. The Labels property is a corresponding list for display purposes. If not specified, the the Options property is used.
The Value property specifies the current option.