CheckboxDefinition
Home > @backstage/ui > CheckboxDefinition
Component definition for Checkbox
Signature:
CheckboxDefinition: {
readonly classNames: {
readonly root: "bui-Checkbox";
readonly indicator: "bui-CheckboxIndicator";
};
readonly dataAttributes: {
readonly selected: readonly [true, false];
};
}