<kendo:switchButton-messages>
Defines the text of the checked and unchecked labels that are displayed within the Switch. All labels support localization.
Example
<kendo:switchButton>
<kendo:switchButton-messages></kendo:switchButton-messages>
</kendo:switchButton>
Configuration Attributes
checked java.lang.String
The label for the checked state of the Switch.
Example
<kendo:switchButton-messages checked="checked">
</kendo:switchButton-messages>
unchecked java.lang.String
The label for the unchecked state of the Switch.
Example
<kendo:switchButton-messages unchecked="unchecked">
</kendo:switchButton-messages>