HTML复选框

代码示例:
<form action="">
<input type="checkbox" name="vehicle" value="Bike">I have a bike<br>
<input type="checkbox" name="vehicle" value="Car">I have a car
</form>

原文地址:https://www.cnblogs.com/zyj3955/p/13986718.html