Table of Contents
Previous Section
WORadioButton {[value=defaultValue
; [selection=selectedValue
]]; [name=fieldName
;] [disabled=YES|NO;] ... };
WORadioButton {[checked=YES|NO;] [name=fieldName
;] [disabled=YES|NO;] ... };
Description
WORadioButton represents itself as an on-off switch. Radio buttons are normally grouped, since the most important aspect of their behavior is that they allow the user to select no more than one of several choices. If the user selects one button, the previously selected button (if any) becomes deselected.
Since radio buttons normally appear as a group, WORadioButton is commonly found within a WORepetition.
Note that either checked or value is required in a WORadioButton declaration, but that they are mutually exclusive.