Mira a ver si esto te vale :
Cita: <html>
<head>
<title>Que la imagen siga un link</title>
<script>
function belink(){
if (C1.checked) { window.open("http://www.forosdelweb.com");}
}
</script>
</head>
<body>
<p>
<img name="laimg" onclick="belink()" border="0" src="MCj03384880000[1].wmf" width="168" height="189">
<input type="checkbox" name="C1" >Que
la imagen siga un link</p>
</body>
</html>