I have a group of radio with an onchange handler:
<
Another solution is to put the onchange event on the enclosing form via jQuery.
onchange
$('#form').on('change', function() { $(this).submit(); });