To retrieve the value of the selected button:
$('input[name=radioName]:checked', '#myForm').val()
Il n'y a pas de questions bêtes

Photo de Christopher Gower sur Unsplash
To retrieve the value of the selected button:
$('input[name=radioName]:checked', '#myForm').val()