radios property
Renders each Payment Method with a radio input next to its logo. The radios visually indicate the current selection of the Payment Element.
This property is only applicable to the accordion layout.
Implementation
bool? get defaultCollapsed;/// Renders each Payment Method with a radio input next to its logo.
/// The radios visually indicate the current selection of the Payment
/// Element.
///
/// This property is only applicable to the accordion layout.
bool? get radios;