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:
Provide a label
Provide a description
Set the disabled state (globally)
Set the read-only state (globally)
Set the theme color (globally, e.g., primary, danger)
Set the border radius (globally, e.g., none, medium)
Set the size (globally, e.g., small, large)
Set CSS class names for each slot
Set CSS class names for each checkbox slot
.. 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.
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