Render a radio button for the selectOneRadio component
when the layout of the selectOneRadio component is "spread".
| Attributes |
| Name | Required | Request-time | Type | Description |
| binding | false | false | java.lang.String |
The value binding expression linking this component to a property in a backing bean
|
| for | false | false | java.lang.String |
ID of the selectOneRadio component to which this radio button belongs.
|
| id | false | false | java.lang.String |
The component identifier for this component. This value must be
unique within the closest parent component that is a naming
container.
|
| index | false | false | java.lang.String |
Index of the SelectItem mapped to this radio button, starting with zero.
|
| rendered | false | false | java.lang.String |
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent form
submit.
|