big-design
big-design copied to clipboard
Checkbox doesn't support `defaultChecked`
Describe the bug
Checkbox doesn't support the defaultChecked HTML attribute.
To Reproduce
Pass defaultChecked into Checkbox:
https://codesandbox.io/s/suspicious-platform-jwdmbe?file=/src/index.tsx
Expected behavior
The uncontrolled behavior should allow the checkbox component to pass in the defaultChecked prop.
Screenshots

Additional context N/A