Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Radio button with Checkbox Behavior 1.0.0


Download: jquery.radio.checkbox.behave.js.txt
Size: 370 bytes
md5_file hash: 2d6cf3b42a7f85b00da69f92082ef30d
First released: February 25, 2008 - 9:52pm

Make all your Radio-buttons behave like Checkbox just with this small plugin and single line of code...

Example Usage:

$(document).ready(function(){
$(":radio").behaveLikeCheckbox();
});