Skip to content

jiparis/angular-checkbox-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

angular-checkbox-switch

Small AngularJS module to convert regular checkboxes into iOS style switches, using the technique from this codepen: http://codepen.io/BandarRaffah/pen/ibwje

Usage

  1. import checkbox-switch.css and checkbox-switch.js into your page
  2. include the module into your angular app:
var myApp = angular.module("myApp", ["cbSwitch"]);
  1. Apply the directive to your checkboxes:
<input type="checkbox" cb-switch ng-model="myvalue" />

About

Ultrasmall AngularJS module to convert regular checkboxes into iOS style switches, using the technique from this codepen: http://codepen.io/BandarRaffah/pen/ibwje. All credits to its author

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published