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