Can you make switchbutton integrates with label?
So basically when the switchbutton inside the label, we can toggle it by clicking the label.
I try to make it manually, but there is no toggle method in documentation
<label onClick="$('#EMAIL_EQU').switchbutton('check');">
<input class="easyui-switchbutton" id="EMAIL_EQU" data-options="onText:'Yes',offText:'No'"> Send Equipment Revision Notification
</label>Can you make it more simple?
Thank you in advance
