diff --git a/package-lock.json b/package-lock.json
index f0f60f8fc..02abeb47f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19858,7 +19858,8 @@
"version": "1.14.1",
"license": "MIT",
"dependencies": {
- "@umbraco-ui/uui-base": "1.14.1"
+ "@umbraco-ui/uui-base": "1.14.1",
+ "@umbraco-ui/uui-checkbox": "1.14.1"
}
},
"packages/uui-card-block-type": {
diff --git a/packages/uui-card-block-type/lib/uui-card-block-type.element.ts b/packages/uui-card-block-type/lib/uui-card-block-type.element.ts
index 3ef68439f..9edb3c03a 100644
--- a/packages/uui-card-block-type/lib/uui-card-block-type.element.ts
+++ b/packages/uui-card-block-type/lib/uui-card-block-type.element.ts
@@ -49,18 +49,19 @@ export class UUICardBlockTypeElement extends UUICardElement {
${this.href ? this.#renderLink() : this.#renderButton()}