Hi,
I want to control the checked state of the Toggle component, but it seems impossible. If I use the checked attribute instead of defaultChecked, the checked state does not change. I tested both the onChange and onToggleChange events, but the result is still the same.
You can check the sample code here:
https://codesandbox.io/p/sandbox/py2yl6?file=%2Fsrc%2FApp.tsx
Is there any chance this bug can be fixed?