suppose I have groups of radio buttons like so:
Scaramouche
Use the checked-selector[docs] to get the ones that are checked, and the length[docs] property to find out how many there were.
alert( $('input:radio:checked').length );