I need to access this value radio button to change it using js code example
Example: get radio button value javascript
document.querySelector('input[name="rate"]:checked').value;
document.querySelector('input[name="rate"]:checked').value;