Skip to content

Commit

Permalink
docs(checkbox): set correct identifier attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
daenub committed Nov 3, 2023
1 parent 3251f75 commit 7db09a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/checkbox/stories/checkbox.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Template({ label = "Label", value, checked, disabled }) {
.value=${value}
?checked=${checked}
?disabled=${disabled}
id="checkbox-1"
identifier="checkbox-1"
>
${label}
</leu-checkbox>
Expand Down

0 comments on commit 7db09a5

Please sign in to comment.