$('input:radio[checked=false]'); this will also work input:radio:not(:checked) or :radio:not(:checked)