A switch, a toggle switch, is another form element that can be utilized to create an intuitive user interface. The switch allows users to select a response by toggling it between two states. Based on the selection made by the user, the corresponding Boolean value of either true or false will be recorded and stored in the process instance values for future reference.
requiredTrue
and custom
(more details here).
CHANGE
.start
or end
.Label
Helper
Error
Unselected State
Selected State
Disabled Unselected State
Disabled Selected State