I’m having some strange problem with my JS program. I had this working properly but for some reason it’s no longer working. I just want to find the value of the radio button
Using a pure javascript, you can handle the reference to the object that dispatched the event.
function (event) { console.log(event.target.value); }