import { Meta } from '@storybook/addon-docs/blocks';

<Meta title="Design Language/Patterns/Selection" tags={['!manifest', 'wip']} />

# Selection

This page is under construction. It will cover how people choose between options — and which
control to reach for.

The guidance lives in a Google Doc for now:

- [Selection pattern](https://docs.google.com/document/d/1T43zYs9OT0OK2Xae4dhhEqMTboF1nSkrDbhOG3ZKlVw/edit?tab=t.0#heading=h.omzzpd1pll8f)

In code, the components involved are [Checkbox](/docs/components-checkbox--docs),
[Chips](/docs/components-chips-guidelines--docs), [Switch](/docs/components-switch--docs),
[Select](/docs/components-select--docs) and [SelectField](/docs/components-selectfield--docs).
