-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MOON-404: Add CheckboxItem and CheckboxGroup components #399
Conversation
src/components/CheckboxGroup/CheckboxItem/CheckboxItem.stories.tsx
Outdated
Show resolved
Hide resolved
src/components/CheckboxGroup/CheckboxItem/ControlledCheckboxItem.tsx
Outdated
Show resolved
Hide resolved
src/components/CheckboxGroup/CheckboxItem/UncontrolledCheckboxItem.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me but we should probably remove those logs since this is a lib and we don't want to pollute console
Sorry to have left these logs. I thought I had already removed them. Of course, we don't have to keep unnecessary logs in the library. Thanks for the review. |
JIRA
https://jira.jahia.org/browse/MOON-404
Description
Checkbox component
onChange
functions can be called with theUncontrolledCheckbox
componentonChange
and moreCheckboxItem component
Create a component to manage checkboxes in a form context. The component displays a label and an optional description.
CheckboxGroup component
Create to manage a group of CheckboxItems