i-check .iCheck( code example
Example 1: icheck radio button
$('input').iCheck({
labelHover: false,
cursor: true
});
Example 2: icheck radio button
<label>
<input type="checkbox" name="quux[1]" disabled>
Foo
</label>
<label for="baz[1]">Bar</label>
<input type="radio" name="quux[2]" id="baz[1]" checked>
<label for="baz[2]">Bar</label>
<input type="radio" name="quux[2]" id="baz[2]">