Variable CheckboxGroupDefinitionConst
CheckboxGroupDefinition: {
classNames: {
content: "bui-CheckboxGroupContent";
root: "bui-CheckboxGroup";
};
propDefs: {
children: {};
className: {};
description: {};
isRequired: {};
label: {};
orientation: {};
secondaryLabel: {};
};
styles: { readonly [key: string]: string };
} = ...
Type Declaration
ReadonlyclassNames: { content: "bui-CheckboxGroupContent"; root: "bui-CheckboxGroup" }
ReadonlypropDefs: {
children: {};
className: {};
description: {};
isRequired: {};
label: {};
orientation: {};
secondaryLabel: {};
}
styles: { readonly [key: string]: string }
Component definition for CheckboxGroup