I just wondering why if i click on label of some of your options selection UI controls my click Event is working. Some of these controls are checkbox, switch, radio etc. Is that on purpose or its a bug. And that is on purpose why is not happening to all options selection UI controls?
Hello @JohnSchizas ,
Yes, that is expected behavior.
You can block the original HTML event, it can be done through native HTML API, or by using webix.html.preventEvent helper:
https://snippet.webix.com/ofpc9qnm