Merged
requested to merge github/fork/patrickhlauke/v4-dev-buttons-radio-checkbox-aria-pressed-fix into v4-dev
aria-pressed="true"
/aria-pressed="false"
is really only useful for making on/off toggles out of, say, <button>
elements. the attribute is useless (and potentially confusing/conflicting) on, say, <label>
elements for an existing <input type="radio">
or similar.