How to set aria-label to radio button inside a table layout
When a radio button is put inside a table layout data cell, developers cannot add a label to the radio button. To meet 508 requirements and ensure the radio button has an accessible name, we will need to add an aria-label to the radio button. What are ways we can set the aria-label for radio button inside table cells in Pega?
I was introduced to this support article (https://community.pega.com/support/support-articles/unable-set-aria-label-radio-groups-or-radio-buttons) but it does not address radio buttons inside table cells.