sesaparcours
    Preparing search index...
    interface DomEltRadiosValues {
        choices: Choice[];
        container?: HTMLElement;
        inputProps?: Partial<HTMLInputElement> & { name: string };
        labelProps?: Partial<HTMLLabelElement>;
        persistent?: boolean;
        verticalBlock?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    choices: Choice[]
    container?: HTMLElement
    inputProps?: Partial<HTMLInputElement> & { name: string }
    persistent?: boolean
    verticalBlock?: boolean