Có thể có nhiều nhóm nút radio trong một hình thức duy nhất không? Thông thường chọn một nút bỏ chọn nút trước đó, tôi chỉ cần bỏ chọn một trong nhóm.
<form>
<fieldset id="group1">
<input type="radio" value="">
<input type="radio" value="">
</fieldset>
<fieldset id="group2">
<input type="radio" value="">
<input type="radio" value="">
<input type="radio" value="">
</fieldset>
</form>
<input type="checkbox" name="checkGroup1" value =""/>