public
Description: A checkbox edit in place metaphor for large sets of checkboxes to just display the selected options lables, then all options when user needs to edit in place.
Homepage: http://www.tjhanley.com/jquery-checkbox-edit/
Clone URL: git://github.com/tjhanley/jquery-checkbox-edit.git
tjhanley (author)
Fri Aug 15 19:52:28 -0700 2008
commit  80c337885d73bf653591be015abd4bff6ae304e1
tree    2d4817c3619db1cb39c3db4e970eaa11b421345e
parent  0c8ca1a9a75cbc21687e0c2803646b3b3bbdcc21
name age message
file MIT-LICENSE Loading commit data...
file README
file index.html
file jquery-checkbox-edit.js
README
jquery-checkbox-edit

I made this for large forms where we had multiple blocks with options to select, but a multi-select wasn't the correct 
metaphor.

usage: put your checkboxes with labels for each in a div with a class jq-checkboxes
let'r rip                                                     



I have a rails helper i am working on also "checkboxes_for_collection" (name tbd)

enjoy

tjh