RadioGroup component renders the "aria-checked" attribute which could cause accessibility conflicting issues as the input element is of type "radio"
Our "Level Access" accessibility scanning tool revealed that the RadioGroup component uses the aria-checked=true with input[type=radio] which could cause accessibility issues if conflicting.