mrmrs / html

HTML blocks
http://mrmrs.github.io/html
273 stars 184 forks source link

all radio inputs in forms are not linked to each other #94

Open dotexe3301 opened 1 year ago

dotexe3301 commented 1 year ago

while choosing another radio input, the previously selected radio input remains selected!

0304ajay commented 1 year ago

hello can I can help you in this case Please accept my pull request I can solve this problem

Vaishnavi53 commented 5 months ago

`

        <ul>
    <li><label><input type="radio" id="option1" name="group1" value="option1"> Label 1</label></li>
    <li><label><input type="radio" id="option2" name="group1" value="option2"> Label 2</label></li>
    <li><label><input type="radio" id="option3" name="group1" value="option3"> Label 3</label></li>
    </ul>

      </div> `
AakashKavediya commented 3 months ago

after solving all the issues, can I contribute design part as well?