diff --git a/src/lib/checkbox/_core.scss b/src/lib/checkbox/_core.scss
index cba82ff44..425cef34e 100644
--- a/src/lib/checkbox/_core.scss
+++ b/src/lib/checkbox/_core.scss
@@ -138,7 +138,7 @@
}
@mixin label {
- @include typography.style(label1);
+ @include typography.style(label2);
cursor: default;
}
diff --git a/src/lib/radio/radio/_core.scss b/src/lib/radio/radio/_core.scss
index 4444f51d9..f82a855a6 100644
--- a/src/lib/radio/radio/_core.scss
+++ b/src/lib/radio/radio/_core.scss
@@ -111,7 +111,7 @@
}
@mixin label {
- @include typography.style(label1);
+ @include typography.style(label2);
cursor: default;
diff --git a/src/lib/switch/_core.scss b/src/lib/switch/_core.scss
index d3ddaf566..898dffe2c 100644
--- a/src/lib/switch/_core.scss
+++ b/src/lib/switch/_core.scss
@@ -243,7 +243,7 @@ $_handle-on-translate: calc(#{token(track-width)} - #{$_track-border-radius} * 2
}
@mixin label {
- @include typography.style(label1);
+ @include typography.style(label2);
&:empty {
display: none;
diff --git a/src/stories/components/checkbox/Checkbox.stories.ts b/src/stories/components/checkbox/Checkbox.stories.ts
index 2cfa4296f..2208c211c 100644
--- a/src/stories/components/checkbox/Checkbox.stories.ts
+++ b/src/stories/components/checkbox/Checkbox.stories.ts
@@ -77,7 +77,7 @@ export const CSSOnly: Story = {
'forge-checkbox--dense': dense
});
return html`
-