Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBrandingControl
The form controls customizations.
Signature:
export interface CheckoutBrandingControl
Property | Modifiers | Type | Description |
---|---|---|---|
border? | Maybe<CheckoutBrandingSimpleBorder | `${CheckoutBrandingSimpleBorder}`> | (Optional) The border used for form controls. | |
color? | Maybe<CheckoutBrandingColorSelection | `${CheckoutBrandingColorSelection}`> | (Optional) Set to TRANSPARENT to define transparent form controls. If null, form controls inherit colors from their scheme settings (for example, the main section inherits from design_system.colors.schemes.scheme1.control by default). Note that usage of the customizations.control.color setting to customize the form control color is deprecated. |
|
cornerRadius? | Maybe<CheckoutBrandingCornerRadius | `${CheckoutBrandingCornerRadius}`> | (Optional) The corner radius used for form controls. | |
labelPosition? | Maybe<CheckoutBrandingLabelPosition | `${CheckoutBrandingLabelPosition}`> | (Optional) The label position used for form controls. |