Render a checkbox for a selectManyCheckbox component when the layout of the selectManyCheckbox 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 selectManyCheckbox component to which this checkbox 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 checkbox, 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. |
| title | false | false | java.lang.String | Advisory title information about markup elements generated for this component. |