I use this codes for checkbox checked event but it does not work.
css
this worked for while using bootstrapSwitch
$('body').on('switchChange.bootstrapSwitch','.switch',function () { alert('Done') });