ciao

codice:
$("#checkbox").click(function () {
	if ($('#checkbox').attr('checked')) 
	{
		// checkbox is chceked
	}
	else
	{
		// checkbox is not chceked
	}
	
});
guarda se ti puo' essere utile.