| Attributes |
| Name | Required | Request-time | Type | Description |
| cssClass | false | true | java.lang.String | A CSS class for styling the component. |
| data | false | true | java.lang.Object | Miscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo> would render as the attribute data-class-name = foo;. |
| first | false | true | boolean | Whether the wrapper should be the first element of the form. The default value is false. |
| helpMessage | false | true | java.lang.String | Text to display as a help tooltip on mouse over of the component's help icon. |
| inlineField | false | true | boolean | Whether to make this field inline with the next element. The default value is false. |
| inlineLabel | false | true | java.lang.String | The alignment for the label's text. Possible values are right and left. |
| label | false | true | java.lang.String | Text for the wrapper's label. |
| last | false | true | boolean | Whether the wrapper should be the last element of the form. The default value is false. |
| localizeLabel | false | true | boolean | Whether to translate the label's text into the user's language. The default value is true. |
| name | false | true | java.lang.String | A name for the field wrapper. |
| required | false | true | boolean | Whether to mark the wrapped fields as required. |