Socket
Socket
Sign inDemoInstall

checkboxes.js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

checkboxes.js

A jQuery plugin that gives you nice powers over your checkboxes.


Version published
Weekly downloads
452
decreased by-21.8%
Maintainers
1
Weekly downloads
 
Created
Source

checkboxes.js

A jQuery plugin that gives you nice powers over your checkboxes. http://rmariuzzo.github.io/checkboxes.js

Build Status Built with Grunt ![Gitter](https://badges.gitter.im/Join Chat.svg)

Installation

With bower:
bower install checkboxes --save
Without bower:
  1. Download the latest release.
  2. Then include jquery.checkboxes-###.min.js just after jQuery.

Features

  • Check all checkboxes in context.
  • Uncheck all checkboxes in context.
  • Toggle states of all checkboxes in context.
  • Enable range selection.
  • Limit the number of checked checkbox per context.
  • Data API like Twitter Bootstrap.

Documentation and examples

Want to contribute?

All help are more than welcome!

Pre-requesites
Development Workflow
  1. Fork this respository.
  2. Clone your fork and create a feature branch from develop. git clone git@github.com:/checkboxes.js.git git fetch origin git checkout develop git checkout -b feature-
  3. Install development dependencies. npm install bower install
  4. Code and be happy!
  5. Test your code using Jasmine.
  6. Submit a pull request and grab popcorn.

Questions? Hit me.

ProTip:

When coding run grunt, this will watch for any change in source and test files, then it will lint and test your code as you code.

Tests

To run all tests:

grunt test

Credits

checkboxes.js was created by Rubens Mariuzzo with all the love in the world.

checkboxes.js would not have been possible without the help of: jQuery, Highlight.js, Font Awesome, Glyphicons, Twitter Bootstrap and Subtle Patterns. I'm very thankful for all!

Keywords

FAQs

Package last updated on 09 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc