my html looks like this
This will work:
if($("#div1").children("input:radio:checked").size() == 3) { alert('three inputs were checked'); }