I am using http://bootstrapswitch.site/ for toggle switch buttons. How can I get the toggle switch like \'on\' or \'off\' using jQuery?
My Code is :
<
About changing state in my case,
('#switcher').bootstrapSwitch('state', false);
It's correct code.