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.
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). Note thatNULLvalues cannot be managed with thetoggleButtonwidget type.
Default is to render the checkbox with a classical box using a check mark when set.
The customWidget CheckBox style cannot be changed dynamically, once the widget
has been displayed.