vsn4ik / bootstrap-checkbox

A checkbox component based on Bootstrap framework.
https://vsn4ik.github.io/bootstrap-checkbox/
MIT License
213 stars 61 forks source link

Check box initialization Issue in IE #40

Open Mahesh5037 opened 5 years ago

Mahesh5037 commented 5 years ago

Initializing the bootstrap-checkboxes after loading jquery, bootstrap as shown below. $(':checkbox').checkboxpicker(); Working Fine in Chrome. Only in IE Shows Error "Object doesn't support property or method 'checkboxpicker'". Which is an intermittent Issue. Please help me how to fix. Quick Fix required for the above Issue