Is there a way to select only one checkbox out of two? I know it can be done easily using Jquery
, but is there a default option in HTML for this as well? I have exactly 2 checkboxes.
Thank you.
code:
<input type="checkbox" value="1" name="foo" />
<input type="checkbox" value="2" name="foo" />
Also, is there a way to change the height and width of a checkbox using CSS?