Ever wanted Radio-button group which could be deselected once you click on any of the choice from given radio button group?
Then here is my simple jQuery plugin which you can use to make all your radio-buttons in the form behave like checkbox. Here by checkbox I mean to give Click to select and click-again to de-select kind of functionality.
How to use?
$(document).ready(function(){ $(":radio").behaveLikeCheckbox(); });
For more details checkout live demo or goto jQuery plugin repository.
Update: Radio-buttons with Checkbox behavior - a jQuery Plugin 1.2.5
#1 by Beauregardao on March 23, 2008 - 2:59 am
Quote
omg.. good work, guy
#2 by Chad on December 19, 2008 - 12:24 am
Quote
Works well. Thanks for putting that together!
#3 by glig on June 23, 2009 - 1:01 am
Quote
Nice!!
#4 by ferdinol on January 6, 2010 - 12:18 am
Quote
Thanks for putting