... così:

codice:
function isChecked(obj) 
{ 
if (obj.checked) 
muttleyfaiqualcosa; 
} 
... 
<input type... onClick="isChecked(this)">
Ciao !