jQuery Plugins for Styling Checkbox & Radio Buttons

Home » Articles » jQuery Plugins for Styling Checkbox & Radio Buttons

Line25 is reader supported. At no cost to you a commission from sponsors may be earned when a purchase is made via links on the site. Learn more

The checkbox and radio button versions of input elements used in forms on the web are amongst the most difficult to style according to your overall web design. These elements will display differently depending on the user’s operating system, but we can change their appearance globally with the help of jQuery.

This roundup links up 12 jQuery plugins for styling checkbox and radio buttons, as well as other similar form elements, ranging from clean and minimal button styles to unique iPhone style toggle switches.

Also check out more jQuery plugins.

Fancy check boxes and radio buttons with CSS

Here are some simple check box and radio buttons made with a few lines of CSS and JavaScript. This also comes with a step by step tutorial that teaches you how to achieve this result.

jQuery Plugins checkbox radio buttonsPin

jqTransform

This plugin is a jQuery styling plugin which allows you to skin form elements. It teaches you exactly what code snippets to use in order to achieve this result.

jQuery Plugins radio buttonsPin

Switch

Switch is a simple javascript plugin for creating iOS-style switches from simple checkboxes. It also has a set of options and callbacks.

 simple javascript plugin togglePin

Switchery

Switchery is a plugin that helps you turn your default HTML checkboxes into beautiful iOS 7 style switches.

switchery jQuery Plugins checkbox radio buttonsPin

 Labelauty

This is a lightweight and beautiful jQuery plugin for radio and checkbox inputs.

Labelauty jQuery PluginPin

rcSwitcher

rcswitcher is jquery plugin that transforms radio buttons and checkboxes into a nice switch button.

rcswitcher jQuery Plugins checkbox radio buttonsPin

iPhone-style Checkboxes

Ever wanted those flash iPhone on/off toggle switches on your web page? Now you can make them with jQuery! This plugin implements the iPhone toggles as replacements for standard HTML checkboxes.

jQuery Plugins checkboxPin

Checkator

Checkator is a jQuery-based replacement for radio and checkbox elements.

checkator pluginPin

jQuery Fancy Custom Radio-button and Checkbox

Here’s a jQuery Plugin for Fancy Custom Checkbox and Radio-buttons. It’s really easy to use, you just have to write a couple of lines of javascript code and add some CSS to your HTML.

jQuery Plugins checkbox radio buttonsPin

iPhone Style Radio and Checkbox

Do you want to create iPhone style radio buttons and check boxes? This tutorial teaches you what code snippets to use. Feel free to reuse the source code, or follow the steps below:

jQuery Plugins checkbox radio buttonPin

Create iPhone-style buttons with the iButton jQuery Plug-in

This plugin allows you to generate iPhone-style buttons from checkbox and radio elements.

jQuery Plugins checkbox radio buttonsPin

Bootstrap Checkbox

This is a checkbox component based on Bootstrap framework.

bootsrap checkboxPin

27 thoughts on “jQuery Plugins for Styling Checkbox & Radio Buttons”

  1. I do not possess too much idea about html and forms, but from what I see over here, it is quite interesting. I guess I need to visit this site again to read updated comments by others and the original poster.

    Reply
    • I've been looking at this for a while now. I really liked jqtransform but had problems with <select>.

      I've started using uniform and that's great, it also handles input type=file

      Reply
    • Jquery = Javascript = You can modify anything. It's just that people spend time to test it crossbrowser and hopefully get it work in most of browsers.

      Reply

Leave a Comment

Please Share