I am using the latest version of bootstrap-switch.
I have the following HTML
<input type="checkbox" data-size="small" name="Scopes[0].AdviseListedEquities" checked>
I call bootstrapSwitch() on the element, which doesn't throw any errors.
However, the checkbox is in the off state, and when I check the checkbox, the underlying checked status doesn't change at all.
Any suggestions?