Code:
<form name="f1">
text<br>
<input type="checkbox" name="cb1" value="ON"> <b>
<span onClick="document.f1.cb1.checked=(! document.f1.cb1.checked);">
<a target="_blank" href="http://test.com">CLICK HERE for more</a></span></b>
</form>
What i want it to do is for the checkbox to be clickable to go to the URL but to show a tick after the click, if you see what i mean?
Cheers
