# Select Selects let buyers choose one option from an options menu. Consider select when you have 4 or more options, to avoid cluttering the interface. ```tsx import { reactExtension, Select, } from '@shopify/ui-extensions-react/checkout'; export default reactExtension( 'purchase.checkout.block.render', () => , ); function Extension() { return (