mn-checkbox

Minimalist input checkbox component, agnostic to framworks


License
MIT
Install
bower install mn-checkbox

Documentation

Minimalist input checkbox

Minimalist input checkbox component, agnostic to framworks.

See the demo

Install

With bower

bower install --save mn-checkbox

Or just download the main files dist/mn-checkbox.css, dist/mn-checkbox.js in your project, and make a reference to their, like:

<link rel="stylesheet" href="path/to/dist/mn-checkbox.css">
<script src="path/to/dist/mn-checkbox.css"></script>

Usage

And then, in your html, you can use the tag mn-checkbox i.e.

<mn-checkbox label="Status"></mn-checkbox>

The following attributes from inputs are supported in this component