Examples
Mechanics
Single open — one panel at a time
Opening a section automatically closes whichever one was previously open. Keeps the page compact, costs a click to switch between sections.
Multi open — any panel independently
Each section toggles independently. Useful when the user might want to compare two sections side by side or skim several at once.
One panel open by default
Showing one section already expanded is a strong hint about what to read first. Use it for the most important section, or for an entry point into the rest.
Common use cases
Frequently asked questions
The canonical use — many short answers to many short questions. Users scan the headings, expand the one that matches their question.
Settings grouped into sections
A long settings page becomes scannable when each group of related preferences collapses into a single header. Single-open works well here; users usually focus on one group at a time.
With a disabled section
Sometimes a section is intentionally locked — keep the heading visible (so users know it exists) but disable interaction. Communicate why it's locked elsewhere on the page or via a tooltip.
Examples
Mechanics