Use the Radio Button Group Web component when you would like to ensure that no more than one value can be selected from a list of values. For example, your input form might ask the user if they are between the ages of 11-20, 21-30 or 31-40. A radio button group would only allow one value to be selected. Radio button groups are similar to combo boxes in that only one from a set of values can be selected.
For example, if the Web component is inserted in a form, and the form's orientation is specified as Right-to-left, then the orientation for the Web component is also Right-to-left.
The default is Left-to-right.
When the radio button group is linked to an input parameter, the value of the checked radio button is passed as the value of the input parameter. When the radio button group is linked to an output parameter, the value of the output parameter is compared to the values defined in the radio button group. When a match is found, the corresponding radio button will be checked when the page is displayed.
Also note that the value cannot contain the delimiter character defined in the Delimiter field.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.