Perseus
    Preparing search index...

    An editor for adding a radio widget that allows users to select a single option from multiple choices.

    Hierarchy

    Index

    Constructors

    Properties

    addChoice: (noneOfTheAbove: boolean, e: SyntheticEvent) => void = ...
    choiceRefs: Map<string, RefObject<RadioOptionSettingsHandle>> = ...
    focus: () => boolean = ...
    getSaveWarnings: () => readonly string[] = ...
    handleMove: (choiceIndex: number, movement: ChoiceMovementType) => void = ...
    onChange: (options: { checked: readonly (boolean | undefined)[] }) => void = ...
    onContentChange: (choiceIndex: number, newContent: string) => void = ...
    onCountChoicesChange: (options: { countChoices: boolean }) => void = ...
    onDelete: (arg1: number) => void = ...
    onMultipleSelectChange: (options: { multipleSelect: boolean }) => void = ...
    onRationaleChange: (choiceIndex: number, newRationale: string) => void = ...
    onStatusChange: (choiceIndex: number, correct: boolean) => void = ...
    defaultProps: RadioDefaultWidgetOptions = radioLogic.defaultWidgetOptions
    widgetName: "radio" = ...

    Methods