0.1.0 • Published 6 years ago

checkbox-master v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Checkbox Master

CheckboxMaster

Table of Contents

About

Checkbox Master allows one or more checkbox elements to excercise control over sibling checkbox-type inputs.

Installation

Checkbox Master is hosted on npm, and can be installed into a given project as follows:

npm install --save checkbox-master

Setup

After installation, Checkbox Master may be pulled into/used within a given project in any of the following ways:

  • Migrating the dist/checkbox-master.js script into the dependent project and referencing it with a <script> tag.
  • Importing the dist/checkbox-master.js script into an index/manifest file, 'bundling' it, and referencing the resulting file.

Usage

Checkbox Master exposes the checkboxMaster function as a property of the window object.

window.checkboxMaster();

Documentation

Currently, Checkbox Master does not include any external documentation.

For an overview of the project's evolution, please consult the CHANGELOG.

Attribution