Answers for "get radio button"

15

get radio button value javascript

document.querySelector('input[name="rate"]:checked').value;
Posted by: Guest on May-17-2020
3

radio input value

<input type="radio" name="test" id="test" value="this is the value">
Posted by: Guest on October-30-2020

Browse Popular Code Answers by Language