Submit your widget
174
Yays

CSS and jQuery Custom Checkbox and Radio Button Inputs Styled

Views 47598   downloads 8685   Form

Styling checkbox and radio button inputs to match a custom design is nearly impossible because neither reliably supports basic CSS, like background colors or images; it's even a challenge to get the margins…

168
Yays

Geogoer vChecks - easy checkboxes jQuery plugin

Views 14060   downloads 2548   Form

Style your form checkboxes easily. It's version 1.0, we will upload more our cool stuff in future. [removed] $(function(){ $("#custom_list").vchecks(); }); Html code: <ul id="custom_list" style="width:…

136
Yays

jQuery UI: Radiobutton- und Checkbox-Replacement

Views 15247   downloads 2003   Form

Eine gerne durchgeführte Aufgabe ist es, die in manchen Browsern recht hässlichen Checkboxen und Radiobuttons durch schönere, dem Design angepasste Eingabeelemente zu ersetzen. UI-Widget-Factory…

124
Yays

Table Row Checkbox Toggle jQuery plugin

Views 16742   downloads 3001   Table

It generically adds the toggle function to any table rows you specify based on the css class names. It will by default toggle any checkboxes within the table row. However, you can manually exclude checkboxes…

118
Yays

jQuery : Checkbox & Table

Views 20136   downloads 3308   Form

Today’s code snippet is how to automagically check/uncheck checkbox element by clicking a single row of a table using jQuery. Firstly we add click event on the table’s row, it will help us…

113
Yays

jQuery Pretty checkboxes

Views 13069   downloads 2779   Form

The checkboxes are still there, but we won’t be clicking them. The checking/unchecking will handled by the “Select” and “Cancel” links within each list item. Each list item…

112
Yays

Fancy checkboxes and radio buttons with jquery

Views 22627   downloads 4722   Form

Usage Add js and css files   <LINK rel="stylesheet" type="text/css" href="./radio-checkbox_files/style.css"> <SCRIPT src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></SCRIPT>…

104
Yays

jQuery Checkbox & Radiobutton Plugin

Views 5938   downloads 1758   Form

ezMark is a jQuery Plugin that allows you to stylize Radio button and Checkbox easily. Its very small (minified version is ~1.5kb) compared to other similar scripts. It has been tested and works on all…

87
Yays

jQuery Disabled labels plugin

Views 6437   downloads 1694   Form

To better distinguish at a glance which inputs are disabled/enabled, I've chosen to style the labels of disabled inputs with a faint gray color. HTML The difference in HTML is a small one. The first example…

78
Yays

Checkbox and Radio control with jQuery

Views 10782   downloads 2911   Form

In web development/design, there’re a lot of time you want to customize HTML controls. Some controls are actually quite simple to implement. I will show you how to customize a checkbox/radiobox.…

65
Yays

beautiful Radio, check button with Forms

Views 15238   downloads 4121   Form

What's Ideal Forms: Ideal Forms is a small framework to build powerful and beautiful online forms. It's very easy to use and requires minimal html syntax. Absolutely everything is stylable with…

56
Yays

jQuery pretty Checkboxes form

Views 10150   downloads 2160   Form

This script is for people who wants to have a consistent look for checkboxes across browser or those who simply want them to look better. By using this script you wont loose any of the regular inputs…

32
Yays

jQuery customizable checkboxes and radio buttons

Views 11833   downloads 2582   Form

Features Identical inputs across different browsers and devices — both desktop and mobile Touch devices support — iOS, Android, BlackBerry, Windows Phone Keyboard accessible inputs —…

15
Yays

Checkbox group (parent/children) functionality with jQuery plugin

Views 9857   downloads 998   Form

Checkbox group (parent/children) functionality. Makes a checkbox parent of other checkboxes. If the parent is clicked the children are checked/unchecked based on the parent. If all the children are checked,…