| Attributes |
| Name | Required | Request-time | Type | Description |
| checked | false | true | java.lang.String | Whether the radio button is checked. The default is unchecked. |
| description | false | true | java.lang.String | The language key of the radio's description text. It is displayed after the label. |
| disabled | false | true | java.lang.String | Whether the radio button is disabled. The default is enabled. |
| id | false | true | java.lang.String | The HTML input's ID. It is added to the portlet ID when creating the DOM ID. |
| ignoreRequestValue | false | true | boolean | Whether to ignore the value saved from the request object. The default value is false. |
| inline | false | true | java.lang.String | Whether the radio button is displayed inline. The default is false. |
| label | true | true | java.lang.String | The language key of the radio button's label. |
| name | true | true | java.lang.String | The HTML input's name. |
| popover | false | true | java.lang.String | The language key for the optional popover's text. |
| value | false | true | java.lang.String | The radio button's value. |