\Kendo\UI\SwitchButtonMessages

A PHP class representing the messages setting of SwitchButton.

Methods

checked

The label for the checked state of the Switch.

Returns

\Kendo\UI\SwitchButtonMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\SwitchButtonMessages();
$messages->checked('value');
?>

unchecked

The label for the unchecked state of the Switch.

Returns

\Kendo\UI\SwitchButtonMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\SwitchButtonMessages();
$messages->unchecked('value');
?>
In this article
Not finding the help you need?