Backstage
    Preparing search index...

    Variable CheckboxDefinitionConst

    CheckboxDefinition: {
        classNames: { indicator: "bui-CheckboxIndicator"; root: "bui-Checkbox" };
        dataAttributes: { selected: readonly [true, false] };
    } = ...

    Component definition for Checkbox

    Type Declaration

    • ReadonlyclassNames: { indicator: "bui-CheckboxIndicator"; root: "bui-Checkbox" }
    • ReadonlydataAttributes: { selected: readonly [true, false] }