CheckBoxListItem does not update aria-checked selected #1347

Closed
opened 2026-01-29 17:52:23 +00:00 by claunia · 0 comments
Owner

Originally created by @pfesenmeier on GitHub (Aug 15, 2024).

Describe the bug
CheckBoxListItem does not update aria-checked when selected

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://blazor.radzen.com/checkboxlist
  2. Open up markup in devtools. Scroll to div with class "rz-helper-hidden-accessible", find the input inside
  3. Select checkbox
  4. See that input's aria-checked remains false regardless of selection

Expected behavior
aria-checked should be true / false based on selection
Screenshots
image

Desktop (please complete the following information):

  • OS: Windows
  • Browser Edge
  • Version 127.0.2651.98
Originally created by @pfesenmeier on GitHub (Aug 15, 2024). **Describe the bug** CheckBoxListItem does not update aria-checked when selected **To Reproduce** Steps to reproduce the behavior: 1. Go to https://blazor.radzen.com/checkboxlist 2. Open up markup in devtools. Scroll to div with class "rz-helper-hidden-accessible", find the input inside 3. Select checkbox 4. See that input's aria-checked remains false regardless of selection **Expected behavior** aria-checked should be true / false based on selection **Screenshots** ![image](https://github.com/user-attachments/assets/504972db-6dca-484f-ad3e-26a4b2fa9cbc) **Desktop (please complete the following information):** - OS: Windows - Browser Edge - Version 127.0.2651.98
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1347