Answers for "when we select a radio button other radio button disable"

2

how to make radio buttons unselectable

Use disabled attribute with input type=radio
<input type="radio" disabled>
Posted by: Guest on June-05-2021
0

disable radio button in html

<label class="radio-inline">
        <input type="radio" value=" " name=" "  disabled>
 </label>
Posted by: Guest on March-21-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language