We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ecbac commit bffae6fCopy full SHA for bffae6f
packages/form/src/toggle/SwitchTrack.tsx
@@ -76,6 +76,7 @@ export const SwitchTrack = forwardRef<HTMLInputElement, SwitchTrackProps>(
76
ref={ref}
77
type="checkbox"
78
className={cn(styles("input"))}
79
+ checked={checked}
80
disabled={disabled}
81
/>
82
<label
0 commit comments