## Best practices

- Include a title that either tells customers what to do or explains the available options.
- Label options clearly based on what the option will do.
- Avoid mutually exclusive options when you're allowing for multiple selections.

## Related components

- [`Choice`](https://github.com/Shopify/checkout-web/tree/main/packages/checkout-ui-extensions/src/components/Choice): The options inside the `ChoiceList` component.
- [`Checkbox`](https://github.com/Shopify/checkout-web/tree/main/packages/checkout-ui-extensions/src/components/Checkbox): Gives customers a single binary option, such as signed up for marketing, or agreeing to terms and conditions.
