--- title: CheckoutBrandingCornerRadiusVariablesInput - GraphQL Admin description: The input fields used to update the corner radius variables. api_version: 2025-10 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/checkoutbrandingcornerradiusvariablesinput md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/checkoutbrandingcornerradiusvariablesinput.md --- # Checkout​Branding​Corner​Radius​Variables​Input input\_object The input fields used to update the corner radius variables. ## Fields * base [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) The value in pixels for base corner radii. It should be greater than zero. Example: 5. * large [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) The value in pixels for large corner radii. It should be greater than zero. Example: 10. * small [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) The value in pixels for small corner radii. It should be greater than zero. Example: 3. *** ## Input objects using this input * [Checkout​Branding​Design​System​Input.cornerRadius](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/CheckoutBrandingDesignSystemInput#fields-cornerRadius) INPUT OBJECT The input fields used to update the design system. *** ## Map ### Input objects using this input * [Checkout​Branding​Design​System​Input.cornerRadius](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/CheckoutBrandingDesignSystemInput#fields-cornerRadius)