Perseus
    Preparing search index...
    interface RadioEditorProps {
        apiOptions: APIOptions;
        choices: PerseusRadioChoice[];
        countChoices: boolean;
        deselectEnabled: boolean;
        hasNoneOfTheAbove: boolean;
        multipleSelect: boolean;
        onChange: (
            values: Partial<PerseusRadioWidgetOptions>,
            callback?: (() => void) | null,
        ) => void;
        randomize: boolean;
    }
    Index

    Properties

    apiOptions: APIOptions
    countChoices: boolean
    deselectEnabled: boolean
    hasNoneOfTheAbove: boolean
    multipleSelect: boolean
    onChange: (
        values: Partial<PerseusRadioWidgetOptions>,
        callback?: (() => void) | null,
    ) => void
    randomize: boolean