This is a the bootstrap switch jquery plugin as a meteor smart package, specifically for use with bootstrap3
It is basically Tim Heckels meteor-bootstrap-switch but packages with the bootstrap3 files
##How to use?
- Install meteorite
mrt add bootstrap-3-switch
Unlike the original documentation, you must invoke the switches in your appropriate Template.name.rendered
callback:
$('.make-switch').bootstrapSwitch();