@oneblink/sdk
    Preparing search index...

    Type Alias BooleanElement

    BooleanElement: LookupFormElement & FormElementRequired & FormElementReadOnly & {
        defaultValue: boolean;
        displayAsCheckbox?: boolean;
        type: "boolean";
    }

    An element to allow the user to choose yes or no.

    The element must have an id property with a value that is globally unique within the form definition.