Buon pomeriggio.
Devo gestire il check di 3 checkbox, ma voglio che una esclude l'altra.
Come si gestisce il tutto?
Se scelgo la prima "chk1" non devo poter scegliere le altre due.codice:5<input type="checkbox" id="chk1" name="chk1" value="5"/> 10<input type="checkbox" id="chk2" name="chk2" value="10"/> 20<input type="checkbox" id="chk2" name="chk2" value="20"/>
Grazie.