<html>
<head>
<meta http-equiv="Content-Type" mrc="text/html; charset=gb2312">
<title>点击文字checkbox被激活</title>
</head>
<script language="javascript">
function selectcheckbox()
{
document.form1.check1.checked=!document.form1.check1.checked;
}
</script>
<body>
<form name="form1" method="post">
<input type="checkbox" name="check1" value="0" style="cursor:hand" />
<a onclick="selectcheckbox()" style="cursor:hand">请点击我</a>
</form>
<div><A href="http://www.999jiujiu.com/">http://www.999jiujiu.com/</A></div>
</body>
</html>点击文字激活CheckBox的JavaScript
原文:http://blog.csdn.net/life66881/article/details/44750681