You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is always collapsed to start. Consumer should be able to control if a group is expanded or not.
It uses <input type="checkbox". Implement @paprika/checkbox. (this was completed elsewhere)
Props are not passed to all descendants of Group... just to direct children (so if you put in any component between Group and Item, checking the Group or the Item will not fire the callback).
The text was updated successfully, but these errors were encountered:
It uses(this was completed elsewhere)<input type="checkbox"
. Implement @paprika/checkbox.The text was updated successfully, but these errors were encountered: