RadioTab

The RadioTab component is a collection of radio tab that allows users to select one option from a set of mutually exclusive choices. It ensures that only one option can be selected at a time, providing a clear and accessible way to present multiple-choice options. This component is essential for forms and settings where a single selection is required.

RadioTab

dataTestId

string

isLoading

Boolean

label

Required

ReactElement<any, string | JSXElementConstructor<any>>

size

never

variant

"primary" | "primary-ai" | "primary-danger" | "primary-neutral" | "secondary" | "secondary-danger" | "tertiary" | "tertiary-danger"