I have a check box which has to be clicked when I click the box icon.Currently the check box is getting clicked or checked if I click on label as well as box.
Example: http://docs.webix.com/samples/13_form/01_controls/06_checkbox.html
If you see the above example when you click on val C check box is getting checked.But I dont want like this,I want onclick of check box only it has to check.
Please can you guide me about how I can make checked or unchecked by clicking only box icon not the label.