## Get the Currency Selector Element This method gets the previously created Currency Selector Element instance, if it exists. `getCurrencySelectorElement()` returns one of the following: * The Currency Selector Element instance. * `null`, when no Currency Selector Element has been created. **Syntax:** `checkout.getCurrencySelectorElement(...)` ### Get the Currency Selector Address Element ```js var element = checkout.getCurrencySelectorElement(); ``` ```es_next const element = checkout.getCurrencySelectorElement(); ```