Attribute | Mand. | Description | Default |
id | yes | Identifier associated to the option. It represents the internal value of the application that is associated to the option. |
|
template | no | OPTION.template | |
label | yes | Label of the option. | |
checked | no | Indicates whether the box representing the option is selected or not. | false |
enabled | no | Indicates whether the box representing the option is enabled or not (true if enabled). | true |
overview | no | Overview label of the option. | |
image | no | Image used to represent the option. | |
font | no | OPTION.font | |
color | no | OPTION.color | |
fontColor | no | OPTION.fontColor |
<OPTION id="4" label="major" checked="true" enabled="true" overview="major"/> |