radios

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/radios

Files

Schema
Mocks
Template
// src/components/fsk/form/radios/radios.html.twig

{% include "@fsk/form/_options/_options.html.twig" with {
  attributes: attributes,
  children: children,
  classes: classes,
  layout: layout,
  type: "radios"
} only %}

Variants

Column
Open

Column mock data

Raw
Resolved
Row
Open

Row mock data

Raw
Resolved