adevinta / spark

✨ Simple, Modular & Accessible UI Components for your React Applications
https://sparkui.vercel.app
MIT License
51 stars 16 forks source link

[Component] Checkbox - required attribute issue on checkboxes #2205

Closed acd02 closed 4 weeks ago

acd02 commented 4 weeks ago

When a CheckboxGroup is marked as required, we should remove the required attribute from individual checkboxes as soon as one checkbox is checked. Currently, this is not the case.