This came from a comment from @JAWS-test on a [review](https://github.com/w3c/aria/discussions/1850#discussioncomment-4309723) The following shouldn't fail the [Element with role attribute has required states and properties](https://www.w3.org/WAI/standards-guidelines/act/rules/4e8ab6/proposed/) rule. The checked state is present even without the aria-checked attribute, because it is on a native checkbox. ```html <input type="checkbox" role="menuitemcheckbox"> ```