File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ export function useCheckbox({
3535 ) ;
3636
3737 const inputChecked = indeterminate ? false : checked ;
38- const inputAriaChecked = indeterminate ? 'mixed' : isChecked ;
3938
4039 const fieldRef = useFormResetHandler ( { initialValue : isChecked , onReset : setCheckedState } ) ;
4140
@@ -83,7 +82,6 @@ export function useCheckbox({
8382 onClickCapture : handleClickCapture ,
8483 defaultChecked : defaultChecked ,
8584 checked : inputChecked ,
86- 'aria-checked' : inputAriaChecked ,
8785 ref : handleRef ,
8886 } ;
8987
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ export function useRadio({
6868 onChangeCapture : onChangeCapture ,
6969 checked,
7070 defaultChecked : defaultChecked ,
71- 'aria-checked' : isChecked ,
7271 ref : handleRef ,
7372 } ;
7473
You can’t perform that action at this time.
0 commit comments