Tuesday, December 25, 2012

Multivalue Checkbox - jQuery plugin


Recently, I was looking for multivalue checkbox which gives user to select multiple options. I can do it with radio button but as there isn't required space to give 3 or 4 radio button and it's lable as well as some designing issue I was looking for multivalues checkbox.

Finally, I have made jQuery plugin which convert my html checkbox to multivalue checkbox with it's multiple options icon image. Here I have just hide html checkbox and add one img tag before checkbox which represented the selected option's icon.

You can review full source code on Github repository, and Click Here for DEMO.

Hope this help and don't forget to submit comment or issue.

No comments:

Post a Comment