Rezi
    Preparing search index...

    Function selectRadioAtIndex

    • Select the option at the given index.

      Parameters

      • index: number

        Index of option to select

      • options: readonly Readonly<{ disabled?: boolean; label: string; value: string }>[]

        Available options

      Returns string | undefined

      Value of the selected option, or undefined if invalid