bootstrap-switch : Turn checkboxes and radio buttons into toggle switches.. You can installing bootstrap-switch npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install bootstrap-switch $ sudo npm install -g bootstrap-switch
If want to update the bootstrap-switch package execute the command as below,
$ sudo npm update bootstrap-switch
Update package globally,
$ npm install -g bootstrap-switch
$ sudo git clone https://github.com/rektide/bootstrap-switch.git
$ sudo npm install -g ./bootstrap-switch
bootstrap-switch@3.3.4 /usr/lib/node_modules/bootstrap-switch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bootstrap-switch
Package Name | bootstrap-switch |
Version | 3.3.4 |
Description | Turn checkboxes and radio buttons into toggle switches. |
Released Date | 2017-02-25T18:31:36.014Z |
Published by | lostcrew |
How to Learn | https://www.npmjs.com/package/bootstrap-switch/tutorial |