| Attributes |
| Name | Required | Binding Type | EL | Default | Description |
| binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.table.SelectAllCheckbox)
| only | null | A value-binding expression that associates the component with a backing bean property. |
| disabled | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | false | A flag that enables or disables the component. |
| id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| false | null | The component identifier. |
| rendered | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | true | A flag that indicates whether or not the component is visible. |