CheckBox style attributes

CheckBox presentation style attributes apply to CHECKBOX elements.

Note: This topic lists presentation style attributes for a specific class of form element, common presentation style attributes can also be used for this type of element.
Table 1. CheckBox style attributes
Attribute GDC GBC GMA GMI
customWidget

Defines the type of widget to be used to render the CHECKBOX.

Values can be:
  • "toggleButton": The checkbox is rendered as a toggle button (also known as "toggle switch" in HTML/CSS).
    Important: NULL values cannot be managed with the toggleButton widget type.

Default is to render the checkbox with a classical box using a check mark when set.

Important: The customWidget CheckBox style cannot be changed dynamically, once the widget has been displayed.
No Yes No No
iosCheckBoxOnTintColor

On iOS devices, defines the color for the checkbox marker when on. This is different from backgroundColor, which is used for the tint of the whole switch.

N/A N/A N/A Yes