CTIMIAMI
0
Q:

icheck radio button

$('input').iCheck({
  labelHover: false,
  cursor: true
});
0
<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]">
0

New to Communities?

Join the community