UI switch label bug

looks like webix 5.2 switch view has a bug in its label. click on label does not change value. AFAICS the problem is in template. last line should be return common.$renderInput(config, html, id); instead of return common.$renderInput(config, html);

Hello,

Thank you for reporting the issue, somehow it was missed. We will change Switch rendering logic (though, it’s not exaclty as you have proposed).