HTML 参考手册
HTML 布尔值的属性
以下是启用布尔值的的有效写法
源代码:
点击运行 »
<input type="checkbox" checked> <input type="checkbox" checked=""> <input type="checkbox" checked="checked"> <input type="checkbox" checked="ChEcKeD">
运行结果:
点击运行 »