| Attributes |
| Name | Required | Request-time | Type | Description |
| cssClass | false | true | java.lang.String | A CSS class for styling the component |
| defaultValue | false | true | boolean | Whether the checkbox is selected by default |
| disabled | false | true | boolean | Whether the checkbox is disabled |
| formName | false | true | java.lang.String | A name for the checkbox's form |
| id | false | true | java.lang.String | An ID for the component instance |
| onClick | false | true | java.lang.String | A function to be called on a user clicking the checkbox |
| param | true | true | java.lang.String | A variable name for the component |