md-checkbox

Material Design animated checkbox input

Usage no npm install needed!

<script type="module">
  import mdCheckbox from 'https://cdn.skypack.dev/md-checkbox';
</script>

README

md-checkbox

Material Design animated checkbox component

md-checkbox

Demo

This is the plain HTML version. See alternate versions.

Installation

bower install md-checkbox

or

npm install md-checkbox

Alternate Versions

  • Web Component (TODO)
  • Polymer Component (TODO)
  • Angular 1.x Directive (TODO)
  • Angular 2.x Component (TODO)
  • React Component (TODO)
  • Riot JS Component (TODO)

Building from Source Files

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

Related

Check out md-radio!