From 6ce7a6ff6f829c22868f952d41a1b5922f8c1ace Mon Sep 17 00:00:00 2001
From: Andrew <35735666+meatnordrink@users.noreply.github.com>
Date: Mon, 23 Mar 2026 07:42:22 -0400
Subject: [PATCH] fix: Add aria-hidden to interior radio button in
RadioButtonItem
---
src/components/RadioButton/RadioButtonItem.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/RadioButton/RadioButtonItem.tsx b/src/components/RadioButton/RadioButtonItem.tsx
index a68be63e18..f45a9d4c43 100644
--- a/src/components/RadioButton/RadioButtonItem.tsx
+++ b/src/components/RadioButton/RadioButtonItem.tsx
@@ -177,7 +177,7 @@ const RadioButtonItem = ({
let radioButton: any;
if (mode === 'android') {
- radioButton = ;
+ radioButton = ;
} else if (mode === 'ios') {
radioButton = ;
} else {