mrmrs / html

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

radio input field linking fixed #109

Open Yashop181 opened 2 months ago

Yashop181 commented 2 months ago

This update corrects the issue where radio buttons in the form were not properly linked, allowing multiple selections at once. By ensuring all related radio buttons share the same name attribute, they are now grouped correctly, so selecting one will automatically deselect the others.