Select one or multiple options from a set.
Organize a list of related checkboxes vertically.
When using checkbox groups, you can add wire:model to the group element or the individual checkboxes.
Align descriptions for each checkbox directly below its label.
Control a group of checkboxes with a single checkbox.
|
Name
|
---|---|
|
Caleb Porzio |
|
Hugo Sainte-Marie |
|
Keith Damiani |
A bordered alternative to standard checkboxes.
You can swap between vertical and horizontal card layouts by conditionally applying flex-col based on the viewport.
You can arrange a set of checkbox cards vertically by simply adding the flex-col class to the group container.
You can arrange a set of checkbox cards vertically by simply adding the flex-col class to the group container.
You can compose your own custom cards through the flux:checkbox component slot.