Switchery is a simple component that helps you turn your default HTML checkbox inputs into beautiful iOS 7 style switches in just few simple steps. You can easily customize switches, so that they match your design perfectly.
Best jQuery Checkbox Plugins & Tutorials with Demo
Multi-Item Selection with JavaScript
Today we’d like to share a little script with you that allows a click & hover selection of checkboxes or any other element. Mainly the idea comes from the common task that we do every day in our email app or elsewhere: checking checkboxes, one after the other by clicking on them. Sometimes you’d like to select more items more quickly so we thought it might be an interesting approach to click, hold and then simply move over all the items that should be selected. It’s quicker and easier to select multiple items like that.
Please note that this is for desktop only.
Animated Checkboxes and Radio Buttons with SVG
By animating an SVG path with JavaScript, we can do many fancy things. Today we want to show you some effects for checkboxes and radio buttons. The idea is to hide the inputs, use pseudo-elements to create a more appealing style and then animate the SVG paths once an input is selected.
Ion.CheckRadio : jQuery plugin for styling checkboxes and radio-buttons
jQuery plugin for styling checkboxes and radio-buttons.
- Ion.CheckRadio — nice and easy jQuery-plugin for checkbox and radio-buttons customization.
- With skin support
- Crossbrowser: Google Chrome, Mozilla Firefox, Opera, Safari, IE(8.0+)
- Ion.CheckRadio supports touch-devices (iPhone, iPad, etc.).
- Ion.CheckRadio freely distributed under terms of MIT licence.
cbFamily : jQuery Checkbox group (parent/children) functionality
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, parent gets checked too.
- If there is an unchecked item in the children and if the parent is checked, it gets unchecked.
children
can be a function. In this case, that function is run agaist the parent in order to find the children. This is useful for groups of checkboxes.- Checks/unchecks parent based on the initial status of its children at start.