Skip to content

Commit

Permalink
fix: swap checked for defaultChecked in Forms story
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Nov 21, 2024
1 parent a6e1fa5 commit b9c2a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/styles/Forms.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const Toggles = {
</div>
<div className="flex gap-16 items-center">
<label className="ui-toggle">
<input type="checkbox" checked />
<input type="checkbox" defaultChecked />
<span className="ui-toggle-slider" />
</label>
<p>Pre-checked</p>
Expand Down

0 comments on commit b9c2a3b

Please sign in to comment.