## Get the Currency Selector Element `checkoutFormSdk.getCurrencySelectorElement()` > This feature is in private preview. See [Embedded form](https://docs.stripe.com/checkout/how-checkout-works.md?payment-ui=checkout-form) for more information. This method gets the previously created Currency Selector Element instance, if it exists. The `checkoutFormSdk` object is obtained by calling [initCheckoutFormSdk](https://docs.stripe.com/js/custom_checkout/form_init.md). ### Example ```title Get the Currency Selector Element ```