I use this codes for checkbox checked event but it does not work.
css
This work for me.
$(".switch").bootstrapSwitch({ 'size': 'mini', 'onSwitchChange': function(event, state){ console.log('switched...') }, 'AnotherName':'AnotherValue' });