HTML role="checkbox"

示例

具有三个可能值的可检查输入:true,false或Mixed。

<p>
  <input type="checkbox" role="checkbox" aria-checked="false">
  I agree to the terms
</p>