Not a new component — a use case. A multi-step questionnaire built entirely by composing existing primitives: the [data-wizard] stepper drives the flow, and each step asks questions with .choice radios (single-select), .choice checkboxes (multi-select), an inline Likert scale, and a plain text field. Keyboard-operable, theme- and density-aware, zero survey-specific CSS.
[data-wizard] + .choice + .checkIn a real form a submit handler would serialize the answers; this demo just shows the composed flow. Use Back to change any answer.