Highcharts Grid
    Preparing search index...

    Options to control the checkbox renderer content.

    interface CheckboxRendererOptions {
        attributes?: CheckboxAttributes;
        disabled?: boolean;
        type: "checkbox";
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: CheckboxAttributes

    Attributes to control the checkbox.

    disabled?: boolean

    Whether the checkbox is disabled.

    type: "checkbox"

    Use the built-in checkbox renderer.

    'checkbox'