0
kicks
Checkbutton and Radiobuttons revisited: a jQuery plug-in.
This jquery plugin Control handles single instances or groups of radio- or checkbuttons. It extends a jQuery object ( usually a table or fieldset ) that wraps a couple of radio- or checkbox buttons together with associated labels. The ButtonGroup then allows you to easily set/get a Radio group's value, dis- or enable the complete Group (including labels) or only selected buttons. The modified get() method returns an extended button object that also 'understands' checked/enable/disable messages.