Skip to content

Commit

Permalink
fix: remove checked state from cosmos ui
Browse files Browse the repository at this point in the history
  • Loading branch information
arihanv committed Jun 11, 2024
1 parent 2f15565 commit 7cef162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/__fixtures__/checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Checkbox} from '../checkbox'

const checkboxFixtures = {
default: (
<Checkbox disabled={false} checked={false} />
<Checkbox disabled={false} />
)
}

Expand Down

0 comments on commit 7cef162

Please sign in to comment.