## Mount embedded Checkout `checkout.mount(domElement: string | DOM element)` The `checkout.mount` method attaches Checkout to the DOM. `checkout.mount` accepts either a CSS Selector (e.g., `'#checkout'`) or a DOM element. You need to create a container DOM element to mount Checkout. - `domElement` The CSS selector or DOM element where Checkout will be mounted. ### Example ```title Mount embedded Checkout ```