Checkbox v0.1.8+

Basic Checkbox

Options

(el.indeterminate = false)

<hx-checkbox-control>
  <input
    type="checkbox"
    id="chkDemo"
  />
  <label for="chkDemo">
    <hx-checkbox></hx-checkbox>
    Check me out
  </label>
</hx-checkbox-control>

See Also