@mendix/extensions-api - v0.9.0
    Preparing search index...

    Interface CheckBoxCreationOptions

    interface CheckBoxCreationOptions {
        labelCaption?: string;
        name?: string;
        showLabel?: boolean;
    }
    Index

    Properties

    labelCaption?: string
    name?: string
    showLabel?: boolean