| Attributes |
| Name | Required | Request-time | Type | Description |
| checked | false | true | java.lang.String | Whether the checkbox is checked. The default is unchecked. |
| deletions | false | true | java.lang.String | The number of deletions. It is displayed after the label when it is greater than zero. |
| description | false | true | java.lang.String | The language key of the checkbox's description text. It is displayed after the label. |
| disabled | false | true | java.lang.String | Whether the checkbox 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. |
| items | false | true | java.lang.String | The number of items. It is displayed after the label when it is greater than zero. |
| label | true | true | java.lang.String | The language key of the checkbox'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. |
| suggestion | false | true | java.lang.String | The language key of the checkbox's suggestion text. It is displayed after the label. |
| warning | false | true | java.lang.String | The language key of the checkbox's warning text. It is displayed after the suggestion. |