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
100644 14 lines (7 sloc) 0.395 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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