# CheckoutBrandingControl - admin-graphql - OBJECT Version: 2024-07 ## Description The form controls customizations. ### Access Scopes access to checkout branding settings and the shop must be on a Plus plan or a Development store plan. ## Fields * [border](/docs/api/admin-graphql/2024-07/enums/CheckoutBrandingSimpleBorder): CheckoutBrandingSimpleBorder - The border used for form controls. * [color](/docs/api/admin-graphql/2024-07/enums/CheckoutBrandingColorSelection): CheckoutBrandingColorSelection - 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](/docs/api/admin-graphql/2024-07/enums/CheckoutBrandingCornerRadius): CheckoutBrandingCornerRadius - The corner radius used for form controls. * [labelPosition](/docs/api/admin-graphql/2024-07/enums/CheckoutBrandingLabelPosition): CheckoutBrandingLabelPosition - The label position used for form controls. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples