Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Removes support for boolean values in options.layout.radios


Breaking changes

Removes support for boolean values in options.layout.radios Breaking changes

What’s new

When using a Payment Element, you can no longer set options.layout.radios to true or false. You must use one of the enum values:

  • always
  • auto
  • if _ multiple
  • never

Why is this a breaking change?

If your existing code sets options.layout.radios to true or false, you must update it to use the enum values instead.

Impact

Attempting to set options.layout.radios to a value not on its enum list now throws an integration error.

Last verified 2026-09-24

Is this helpful?