Skip to content

Commit f5c8377

Browse files
(Toggle): remove unnecessary attributes
1 parent 7636047 commit f5c8377

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/scripts/Toggle.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ export const Toggle = createFC<ToggleProps, { isFormElement: boolean }>(
4949
<input
5050
ref={inputRef}
5151
id={id}
52-
name='checkbox'
5352
type='checkbox'
54-
aria-describedby='toggle-desc'
5553
{...rprops}
5654
onChange={onChange}
5755
/>

0 commit comments

Comments
 (0)