radio button help

houssam_ballout

New Member
Hello
Am doing a web page,
and I have many radio buttons, when the user selects it, 3 other radio buttons will be selected.
any suggestion
 
Do you mean the others will be unselected? If you want radio button groups set the name property.
 
the whole point of a radio button is that only one can be selected at a time. Maby you want to use checkboxe's instead?
 
If I read this right, he's saying more than 1 gets picked when he clicks on one, which is why I asked to see the code :)
 
Back
Top