Perseus
    Preparing search index...
    type RadioProps = {
        choices: RadioChoiceWithMetadata[];
        choiceStates?: ChoiceState[];
        countChoices?: boolean;
        deselectEnabled?: boolean;
        hasNoneOfTheAbove?: boolean;
        multipleSelect?: boolean;
        numCorrect: number;
        randomize?: boolean;
    }
    Index

    Properties

    choiceStates?: ChoiceState[]
    countChoices?: boolean
    deselectEnabled?: boolean
    hasNoneOfTheAbove?: boolean
    multipleSelect?: boolean
    numCorrect: number
    randomize?: boolean