bluzky / salad_ui

Phoenix Liveview component library inspired by shadcn UI
https://salad-storybook.fly.dev/welcome
MIT License
245 stars 12 forks source link

Bug in Checkbox #21

Closed yasoob closed 1 week ago

yasoob commented 1 week ago

Hi,

Nice job with this library! I just wanted to share a bug. For the checkbox, currently clicking on the label does not toggle the checkbox. It shouldn't be that way. The label should also trigger the checkbox.

bluzky commented 1 week ago

Thanks @yasoob. It's not a bug. I forgot adding "for" attr for the label. I've updated story book.