mrt:bootstrap-switch

v1.9.0Published 9 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

bootstrap-switch - Meteor Smart Package

This is a the bootstrap switch jquery plugin as a meteor smart package.

How to use?

  1. Install meteorite
  2. mrt install bootstrap-switch

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

$('.switch')['switch']();

Make sure you call it like this because switch is a reserved word in IE.