get the value of the checked radio input js code example Example: get radio button value javascript document.querySelector('input[name="rate"]:checked').value;