<div id="checkbox">
<input type="checkbox" id="1" name="1"/><br/>
<input type="checkbox" id="2" name="2"/><br/>
<input type="checkbox" id="3" name="3"/><br/>
<input type="submit" value="Create"/>
</div>
我有上面的代码,需要某种检查,以便表单仅在至少选中一个框时提交,如果选中 2 个框,则不会提交,因此只检查以确保选中 1。
非常感谢