How to get twitter bootstrap toggle switch values using jquery
As far as I can tell the method has been updated (but not well documented).
$('#switcher').bootstrapSwitch('state', true)
$('#switcher').bootstrapSwitch('state', false)
$('#switcher').bootstrapSwitch('state'); // true || false
$('#switcher').bootstrapSwitch('toggleState');
Refer this link for more functions