I'm having 2 checkbox. I need to check any one. I know using with Jquery
, it's easy. But any default option in HTML. I'm having exactly 2 checkbox.
thanks.
code:
<input type="checkbox" value="1" name="foo" />
<input type="checkbox" value="2" name="foo" />
And any option to change the height and width of check box? like css.