sesaparcours
    Preparing search index...

    Interface CheckBoxChoice

    Format d’un choix pour checkbox

    interface CheckBoxChoice {
        checked?: boolean;
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    checked?: boolean
    label: string
    value: string