platform-bible-react
    Preparing search index...

    Variable RadioGroupItemConst

    RadioGroupItem: ForwardRefExoticComponent<
        Omit<RadioGroupItemProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<
            HTMLButtonElement,
        >,
    > = ...

    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