Chartbreaker
    Preparing search index...

    Type Alias LegalCheckbox

    type LegalCheckbox = {
        defaultChecked: boolean;
        text: string;
    }
    Index
    defaultChecked: boolean

    If true, the checkbox must be checked by default. If false, the checkbox must not be checked by default.

    text: string

    The text to show for the "legal checkbox". This must be displayed in the OrderForm before the order/getQuote button.