Checkbox: Simple Checkbox
| Property | Data type | Default | Plus | Mvc |
|---|---|---|---|---|
| checkboxSelectedImage | String | Yes | Yes | |
| checkboxNotSelectedImage | String | Yes | Yes | |
| displayAsImage | Boolean | 1 | Yes | Yes |
| doNotDisplayIfNotChecked | Boolean | 0 | Yes | Yes |
checkboxSelectedImage
- Property
- checkboxSelectedImage
- Data type
- String
- Description
- The string is used as a file name which is searched in the icon directory. It replaces the default image for a selected checkbox.
checkboxNotSelectedImage
- Property
- checkboxNotSelectedImage
- Data type
- String
- Description
- The string is used as a file name which is searched in the icon directory. It replaces the default image for an unselected checkbox.
displayAsImage
- Property
- displayAsImage
- Data type
- Boolean
- Description
If set, the check box is displayed as an image instead of a label.
- Default
- 1
doNotDisplayIfNotChecked
- Property
doNotDisplayIfNotChecked
- Data type
Boolean
- Description
- If set, do not display the check box value if it is not checked (obviously it does not apply when in edit mode).
- Default
- 0