I have a radius and I want it to get triggered by another button. How do I keep it clicked?
I have tried with the “click()” function but it doesn’t keep it clicked, only a moment (even although when you click a radius it stays.)
I reviewed another post and tried with this code down here and it had the same effect:
function click_radi(id){
document.getElementById(id).checked=true
}
New contributor
Laia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.