Usage of Checkbox Group #4563
-
Hello ! Now to the subject that led me to create this discussion, I encountered an issue in Storybook while trying to display a group of checkbox. Nothing fancy, a CheckboxGroup with a Label and 3 Checkbox inside. Thanks for your help ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey, thanks for the compliments! It means a lot to us. I'm sorry to hear that the CheckboxGroup isn't working for you. Can you make a Codesandbox demonstrating the issue? Here is one with a CheckboxGroup to get you started https://codesandbox.io/s/naughty-mcnulty-bteeg3?file=/src/App.js I'm not seeing the issue here, so we'll just need to find out what is different between this and your implementation. I think my first hunch would be non-unique |
Beta Was this translation helpful? Give feedback.
-
Oh wow I feel so dumb now... Thanks for the quick reply and keep up the good work ! |
Beta Was this translation helpful? Give feedback.
Hey, thanks for the compliments! It means a lot to us. I'm sorry to hear that the CheckboxGroup isn't working for you. Can you make a Codesandbox demonstrating the issue? Here is one with a CheckboxGroup to get you started https://codesandbox.io/s/naughty-mcnulty-bteeg3?file=/src/App.js I'm not seeing the issue here, so we'll just need to find out what is different between this and your implementation.
I think my first hunch would be non-unique
value
props on the Checkboxes, or missing thevalue
prop, which would lead to the same issue.