Bug report
When a label HTML element is assigned to the switch and the user clicks it, the switch does not change its state. However, the change event is triggered. The issue could be observed when the widget is bound via MVVM.
Reproduction of the problem
1. Declare an input element and a label-for element.
2. Initialize the Kendo UI Switch.
3. Click on the label.
https://dojo.telerik.com/AHutaQUP
Environment
* **Kendo UI version:** 2020.2.17
* **jQuery version:** 1.12.4
* **Browser:** [all]
Switch component can not be turned on/off in Chrome on Android devices.
The Switch can not be turned on/off.
The Switch works as expected when the browsers is switched to desktop mode.
The Switch should work as expected in Chrome in Andorid.
When the Switch is used inside a Kendo Grid popup it is not rendered as expected.
The Switch is rendered incorrectly:
The Switch thumb should be rendered inside the Switch track.
Setting value(null) to the Switch removes the Off text.
Setting the Switch's value to null removes the Off label text.
The Off label text should not be removed.
A recent update has broken the style for the switch as demonstrated here - https://demos.telerik.com/kendo-ui/grid/offline (LESS - Material theme). Tested with Chrome and Edge