---
id: sub-components
title: Modular Checkout Sub-components
sidebar_label: Sub-components
description: Directory of every child element that plugs into the checkout shell.
---

Each sub-component inherits authentication context from the parent checkout and
can be slotted wherever your layout requires. Dive into the dedicated docs for
implementation details:

- [Card form](./sub-components/card-form)
- [Bank account form](./sub-components/bank-account-form)
- [Billing form full](./sub-components/billing-form-full)
- [Card billing form simple](./sub-components/card-billing-form-simple)
- [Bank account billing form simple](./sub-components/bank-account-billing-form-simple)
- [Plaid payment method](./sub-components/plaid-payment-method)
- [Sezzle payment method](./sub-components/sezzle-payment-method)
- [Apple Pay](./sub-components/apple-pay)
- [Google Pay](./sub-components/google-pay)
- [Saved payment methods](./sub-components/saved-payment-methods)
- [Season interruption insurance](./sub-components/season-interruption-insurance)
- [Summary](./sub-components/summary)

> Looking for additional rails? Duplicate any of these MDX files, adjust the
> front matter `id`, and follow the existing documentation scaffolding.
