OSRS Plugin API
    Preparing search index...

    Type Alias checkboxConstructorTable

    type checkboxConstructorTable = {
        enabled?: boolean;
        label?: string;
        onValueChanged?: CheckboxCallback;
        positionMode?: LayoutMode;
        sameLine?: boolean;
        style?: StyleTable;
        tooltip?: string;
        value?: boolean;
        visible?: boolean;
        x?: number;
        xRatio?: number;
        y?: number;
        yRatio?: number;
    }
    Index

    Properties

    enabled?: boolean

    See Checkbox.enabled for more info.

    label?: string

    See Checkbox.label for more info.

    onValueChanged?: CheckboxCallback

    See ValueListener.onValueChange for more info.

    positionMode?: LayoutMode

    See Checkbox.positionMode for more info.

    sameLine?: boolean

    See Checkbox.sameLine for more info.

    style?: StyleTable

    See Checkbox.style for more info.

    tooltip?: string

    See Checkbox.tooltip for more info.

    value?: boolean

    See Checkbox.value for more info.

    visible?: boolean

    See Checkbox.visible for more info.

    x?: number

    See Checkbox.x for more info.

    xRatio?: number

    See Checkbox.xRatio for more info.

    y?: number

    See Checkbox.y for more info.

    yRatio?: number

    See Checkbox.yRatio for more info.