เป็นไปได้ไหมที่จะมีกลุ่มปุ่มตัวเลือกหลายกลุ่มในรูปแบบเดียว? โดยปกติการเลือกปุ่มเดียวจะเป็นการยกเลิกการเลือกก่อนหน้านี้ฉันแค่ต้องยกเลิกการเลือกกลุ่มใดกลุ่มหนึ่ง
<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 =""/>