I'm using Angular 13.3.11 with ngx-formly 5.10.22, and I've implemented a Formly multi-checkbox field.
However, when testing with NVDA or Narrator (screen readers), the label for the multi-checkbox is not being announced.
Minimal Reproduction ponent.ts
In the above example NVDA/Narratot not announcing label.
My Environment Angular: 13.3.11
ngx-formly: 5.10.22
Screen readers tested: NVDA, Narrator (Windows)
Expected Behavior When a screen reader focuses on the Formly multi-checkbox field, it should announce the field's label
Any help or guidance would be appreciated!