jamespot-user-api
    Preparing search index...

    Type Alias WidgetCheckbox

    type WidgetCheckbox = {
        options: Record<string, any>;
        type: "checkbox";
    }
    Index

    Properties

    Properties

    options: Record<string, any>
    type: "checkbox"