UI Deploy

Curated, Short, Web UI Dev we Love.

How To Easily Style Checkboxes and Radio Buttons

So you always wanted to create some fancy good looking checkboxes and radio buttons to make your page look eye catching. You searched a lot and ended up finding some nasty CSS code that you never wanted to implement manually.  There is another way of doing it using images (css sprites usually ) which should not be  followed as its not recommended to use images everywhere. So what else you can do? I have a solution for you to use a wonderful jQuery plugin named Checkradios by Chris McGuckin. This light weight jQuery plugin is very simple to integrate. It  also uses CSS to style your checkboxes and radio buttons but the benefit is you really don’t need to mess up with CSS just use its function to call this plugin and  the rest will be taken care of.

view source

Advertisement