--- title: CheckoutBrandingCornerRadiusVariables - GraphQL Admin description: Define the pixel size of corner radius options. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/checkoutbrandingcornerradiusvariables md: https://shopify.dev/docs/api/admin-graphql/latest/objects/checkoutbrandingcornerradiusvariables.md --- # Checkout​Branding​Corner​Radius​Variables object Requires access to checkout branding settings and the shop must be on a Plus plan or a Development store plan. Define the pixel size of corner radius options. ## Fields * base [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) The value in pixels for base corner radii. Example: 5. * large [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) The value in pixels for large corner radii. Example: 10. * small [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) The value in pixels for small corner radii. Example: 3. *** ## Map ### Fields with this object * {}[CheckoutBrandingDesignSystem.cornerRadius](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutBrandingDesignSystem#field-CheckoutBrandingDesignSystem.fields.cornerRadius)