| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Id of the checkbox control to construct. This has to be the same id as is the id of the label and the context help associated with this control. The easiest way is to do not specify the id for individual elements of the dialog row and instead specify id of the dialog row or a column of a dialog row that contains these elements. |
| type | false | true | java.lang.String | Type of the block element to generate for this label. The available options are "div" or "span". |
| cssclass | false | true | java.lang.String | CSS class for the checkbox control generated by this tag. This is different than the checkboxcssclass, which sets the style of the input control itself. This value sets the style of the block element containing the input control. |
| style | false | true | java.lang.String | CSS style for the control generated by this tag. |
| name | false | true | java.lang.String | Name of the parameter used to identify submitted data. |
| checkboxcssclass | false | true | java.lang.String | Class for the input control representing this input control. This is different than the cssclass which sets the style of the block element containing the control itself. |
| focus | false | true | java.lang.String | Does this control have focus when it is displayed on the page or not. Only one control on a page or tab can be marked as focus at a time. If multiple controls are marked this way, then the first one on the page or tab will get the focus. If this control have focus when it is displayed on the page this value should be true or 1. |
| disabled | false | true | java.lang.String | Flag specifying if this input control is initially disabled therefore preventing user to enter or modify value it contains. |
| onchange | false | true | java.lang.String | JavaScript code to execute when check state changes. |
| checked | false | true | java.lang.String | Flag specifying if the checkbox is checked. |