For the complete documentation index, see llms.txt. This page is also available as Markdown.

Checkbox - SWITCH presentation type

Availability of functionality depends on the license and may not be available in all deployments.

Additional component properties

Graphical representation of the component (section Other)

presentation

Graphical representation of the component (for selecting the value STANDARD, SWITCH). Value STANDARD determines the standard appearance of the component, the value SWITCH (available only in selected themes) is a presentation of the component as a switch that takes the right position - on and the left position - off. Depending on the control implementation for a given theme, setting the value SWITCH may present the Checkbox differently on desktop and mobile channels (in the standard way on desktop and as a switch on mobile).

Clicking the content allows selecting (section Other)

labelIsClickableCondition for "true"

doNotSelectOnClickCondition for "false"

Condition determining whether clicking the checkbox content allows selecting/deselecting it. Default value - "true". The property can be set for a component with a graphical presentation of type SWITCH. Channel-dependent property!

Detailed information for SWITCH (section Other)

moreInfoLabel

Defines the content of an optional button leading to more detailed information about the field. The property can be set for a component with a graphical presentation of type SWITCH.

Available events within the SWITCH presentation

CLICK_MORE_INFO

Event emitted when clicking the label moreInfoLabel (Detailed information for SWITCH). Allows, for example, opening a Popup. Instructions for using the event are available on the page Actions.

CHECK

Event emitted when the Checkbox is selected.

UNCHECK

Event emitted when the Checkbox is deselected.

Figure 1. Example appearance of the component on the application in the SWITCH presentation

Last updated

Was this helpful?