State change detection (state-changes)
User interface components with changing states (e.g. checkboxes) include properties such as aria-checked, aria-selected or aria-expanded.
Actual checkboxes, as in <input type="checkbox"> elements, do not require an aria-checked attribute.
Missing aria-checked attribute:
This custom checkbox lacks an aria-checked attribute: