Highlight part is missing in reader mode on FireFox
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-checked#:~:text=checked-,ARIA,attributes
ARIA: aria-checked attribute
The aria-checked attribute indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
Note: Where possible use an HTML element with type="checkbox" and type="radio" as these have built in semantics and do not require ARIA attributes.