/meteor-bootstrap-3-switch

Bootstrap3 switch icons

Primary LanguageJavaScript

Bootstrap 3 Switch - Meteor Smart Package

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?

  1. Install meteorite
  2. mrt add bootstrap-3-switch

Unlike the original documentation, you must invoke the switches in your appropriate Template.name.rendered callback:

$('.make-switch').bootstrapSwitch();