platform-bible-react
    Preparing search index...

    Variable RadioGroupConst

    RadioGroup: ForwardRefExoticComponent<
        Omit<RadioGroupProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<
            HTMLDivElement,
        >,
    > = ...

    Radio Group components providing a set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time. These components are built on Radix UI primitives and styled with Shadcn UI.

    See Shadcn UI Documentation: https://ui.shadcn.com/docs/components/radio-group See Radix UI Documentation: https://www.radix-ui.com/primitives/docs/components/radio-group