I'm sitting with a problem, I need to check with JQuery if no radio button within a radio button group has been checked, so that I can give the users an javascript error if they forgot to check a option.
I'm using the following code to get the values
var radio_button_val = $("input[name='html_elements']:checked").val();