Enable the section
PasscustomElements as an object of named slots. Each slot picks one of the Custom element types.
elementType values:
'text': single-line text input. See Text.'number': numeric input with optionalmin/max/step. See Number.'select': dropdown with typed options. See Select.'checkbox': boolean checkbox. See Checkbox.
Section position
The section renders after Payment methods by default. Move it withorder:
Programmatic access
Reach into a slot withcheckout.getCustomElement(name):
null if the slot is not configured.