sesaparcours
    Preparing search index...
    interface IDisplayParamCheckboxes {
        choices: Choice[];
        container?: HTMLElement;
        inputProps?: Partial<HTMLInputElement>;
        labelProps?: Partial<HTMLLabelElement>;
        persistent?: boolean;
        type: "checkboxes";
        verticalBlock?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    choices: Choice[]
    container?: HTMLElement
    persistent?: boolean
    type: "checkboxes"
    verticalBlock?: boolean