# CheckoutBrandingControlInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields used to update the form controls customizations. ### Access Scopes ## Fields * [border](/docs/api/admin-graphql/2024-10/enums/CheckoutBrandingSimpleBorder): CheckoutBrandingSimpleBorder - The border used for form controls. * [color](/docs/api/admin-graphql/2024-10/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-10/enums/CheckoutBrandingCornerRadius): CheckoutBrandingCornerRadius - The corner radius used for form controls. * [labelPosition](/docs/api/admin-graphql/2024-10/enums/CheckoutBrandingLabelPosition): CheckoutBrandingLabelPosition - The label position used for form controls. ## Input objects with this input object * [CheckoutBrandingCustomizationsInput](/docs/api/admin-graphql/2024-10/input-objects/CheckoutBrandingCustomizationsInput) ## Examples