I have this line of code for page load:
if ($(\"input\").is(\':checked\')) {
and it works fine when the radio button input is checked. How
if ($("input").is(":not(:checked)"))
AFAIK, this should work, tested against the latest stable jQuery (1.2.6).