## Best practices

- Frame labels positively. For example, use **Turn on notifications** instead of **Turn off notifications**.
- Be aware of any legal issues around checkboxes. For example, to comply with GDPR, marketing sign-up checkboxes should always be deselected by default.
- Link to more information or include a subtitle as required to provide more explanation. Don’t rely on tooltips to explain a checkbox.

## Related components

- [`ChoiceList`](https://github.com/Shopify/checkout-web/tree/main/packages/checkout-ui-extensions/src/components/ChoiceList): Creates a group of related options for customers to choose from. `ChoiceList` can be made up of radio buttons or checkboxes.
