This is something that’s been bothering me for years with WordPress. Checkboxes and radio boxes are styled. I don’t know for what reason, as they are almost identical to the native browser ones.
Being styled using CSS and appearance: none, they cannot inherit dark styles from the color-scheme: dark CSS directive.
I would like to remove these styles. They mostly exist in forms.css, and they use styling for the actual element, plus a ::before pseudo-element.
What do you think?