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