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

checked

Boolean

disabled

Boolean

disabledIcon

ReactElement<any, string | JSXElementConstructor<any>>

hasIcon

Boolean

iconPlacement

"right" | "left" | "both"

isClearable

Boolean

label
Required

ReactElement<any, string | JSXElementConstructor<any>>

onChange

(event: ChangeEvent<HTMLInputElement>) => void

size

"xs" | "sm" | "md" | "lg"

transparent

Boolean

value
Required

string | number

variant

"error" | "focused" | "info" | "success" | "warning"