From 31c917ca669504bb79aa60537a40e89147d236a8 Mon Sep 17 00:00:00 2001 From: carlacostea Date: Tue, 3 Mar 2026 10:21:11 +0200 Subject: [PATCH] fix(multiple-choice): remove explicit aria-checked from radio and checkbox, Material UI 7 handles aria-checked automatically based on the checked prop --- packages/multiple-choice/src/choice-input.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/multiple-choice/src/choice-input.jsx b/packages/multiple-choice/src/choice-input.jsx index e223ef7e73..5a706dda37 100644 --- a/packages/multiple-choice/src/choice-input.jsx +++ b/packages/multiple-choice/src/choice-input.jsx @@ -130,7 +130,6 @@ export const StyledCheckbox = (props) => { {