rmariuzzo / checkboxes.js

☑️ A jQuery plugin that gives you nice powers over your checkboxes.
http://rmariuzzo.github.io/checkboxes.js
MIT License
134 stars 25 forks source link

Including in a Drupal module #32

Open mlncn opened 5 years ago

mlncn commented 5 years ago

Hi! I've incorporated you excellent checkboxes.js into a Drupal modue, https://gitlab.com/agaric/drupal/checkboxesjs

First, i wanted to let you know and say thanks.

Second, i wanted to see if you'd be willing to add a composer.json file to the repository, to make it easier to include in PHP projects:

{
  "name": "rmariuzzo/checkboxes.js",
  "description": "A jQuery plugin that gives you nice powers over your checkboxes.",
  "type": "library",
  "homepage": "http://rmariuzzo.github.io/checkboxes.js/",
  "license": "MIT",
  "authors": [
    {
      "name": "Rubens Mariuzzo",
      "homepage": https://github.com/rmariuzzo
    }
  ]
}

I know that's kind of silly, but there's not any good way to do this, that i know of.

Anyhow, thanks greatly for the plugin!