if ( !($("input").is(':checked')) )
$('input:radio[checked=false]'); this will also work input:radio:not(:checked) or :radio:not(:checked)
$("input").is(":not(':checked')"))