Material Design animated checkbox component

This is the plain HTML version. See alternate versions.
bower install md-checkbox
or
npm install md-checkbox
Requires you have node-sass and/or any other SASS/SCSS-capable build tool installed.
If resorting to node-sass alone, run:
node-sass --output-style compressed sass/md-checkbox.sass md-checkbox.css
Check out md-radio!