checkboxes
This component can be used when multiple checkboxes belong together. By default the checkboxes are rendered vertically, by passing layout: row they would be rendered vertically (and wrap if not enough space is available).
Information
- Folder
src/components/fsk/form/checkboxes
Files
Schema
Mocks
Template
// src/components/fsk/form/checkboxes/checkboxes.html.twig
{% include "@fsk/form/_options/_options.html.twig" with {
attributes: attributes,
children: children,
classes: classes,
layout: layout,
type: "checkboxes"
} only %}