Variable CheckboxDefinitionConst
CheckboxDefinition: {
classNames: { indicator: "bui-CheckboxIndicator"; root: "bui-Checkbox" };
propDefs: { children: {}; className: {} };
styles: { readonly [key: string]: string };
} = ...
Type Declaration
ReadonlyclassNames: { indicator: "bui-CheckboxIndicator"; root: "bui-Checkbox" }
ReadonlypropDefs: { children: {}; className: {} }
styles: { readonly [key: string]: string }
Component definition for Checkbox