Skip to content

Commit

Permalink
Fixed checkbox value and label attributes mismatching in event.demo.v…
Browse files Browse the repository at this point in the history
…ue (#5179)
  • Loading branch information
iyoub authored Dec 18, 2023
1 parent de006aa commit 6afc920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkbox/demos/enUS/event.demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<n-checkbox value="Beijing" label="Beijing" />
<n-checkbox value="Shanghai" label="Shanghai" />
<n-checkbox value="Guangzhou" label="Guangzhou" />
<n-checkbox value="Shenzen" label="Shenzhen" />
<n-checkbox value="Shenzhen" label="Shenzhen" />
</n-space>
</n-checkbox-group>
</n-space>
Expand Down

0 comments on commit 6afc920

Please sign in to comment.