LumexUI / lumexui

🚀 A versatile Blazor UI library built using Tailwind CSS.
https://lumexui.org
MIT License
48 stars 2 forks source link

feat(components): add checkbox group component #23

Closed desmondinho closed 5 months ago

desmondinho commented 5 months ago

Description

Add the checkbox group component, a built-in wrapper for checkboxes, to the component library.

Closes #22

What's been done?

Added the checkbox group component with the following abilities:

.. and updated the checkbox component to be aware of its potential context within a checkbox group, ensuring it prioritizes its own parameter values (e.g., color, size, radius) over those of the group.

Checklist