请问这样写为啥关联不上呢
<form>
<p>你对什么运动感兴趣:</p>
<lable for="run">慢跑</lable>
<input type="checkbox" value="1" name="1" id="run" /><br />
<lable for="camping">登山</lable>
<input type="checkbox" value="2" name="1" id="camping" /><br />
<lable for="basketball">篮球</lable>
<input type="checkbox" value="3" name="1" id="basketball" />
</form>