4.2.6 The CheckBox tag
Description
The « Checkbox » tag allows adding a checkbox on a page.
Example
| Rendering |
|
XHTML settings | <bluage:CheckBox id="contact_single" instancename="newContact" tablefield="Contact.single"> <input type="checkbox" name="contactSingle" value="true" /> </bluage:CheckBox> |
| Screen activity diagram |
|
| Entities Diagram |
|
| Service activity diagram | N/A |
Tag attributes: reference
| Tag | CheckBox |
| Description | Only one box to tick. |
| Diagram |
|
Tag attributes: description
| Attribute | Required | Description |
| id | Y | Component’s ID |
| tablefield | N | Defines the class and the field bound to the component. |
| instancename | N | Object instance name. |
| scope | N | Instance scope: request (default value) or session. |
| action | N | Defines if an action is triggered by the component or not: “true” or “false” (default value). |


