suppose I have groups of radio buttons like so:
Scaramouche
You could do:
var numberOfCheckedRadio = $('input:radio:checked').length //this gives you the total of checked radio buttons on the page