diff --git a/data/themes/docs/components/checkbox-group.mdx b/data/themes/docs/components/checkbox-group.mdx
index dd7eca60..064578fa 100644
--- a/data/themes/docs/components/checkbox-group.mdx
+++ b/data/themes/docs/components/checkbox-group.mdx
@@ -34,16 +34,16 @@ Use the `size` prop to control the checkbox size.
```jsx live=true
-
+
-
-
+
+
-
-
+
+
```
@@ -55,21 +55,21 @@ Use the `variant` prop to control the visual style of the checkboxes.
```jsx live=true
-
+
-
+
-
+
@@ -83,19 +83,19 @@ Use the `color` prop to assign a specific [color](/themes/docs/theme/color).
```jsx live=true
-
+
-
+
-
+
-
+
@@ -107,43 +107,43 @@ Use the `highContrast` prop to increase color contrast with the background.
```jsx live=true
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -155,7 +155,7 @@ Composing `CheckboxGroup.Item` within `Text` automatically centers it with the f
```jsx live="true"
-
+
Default
@@ -169,7 +169,7 @@ Composing `CheckboxGroup.Item` within `Text` automatically centers it with the f
-
+
Default
@@ -183,7 +183,7 @@ Composing `CheckboxGroup.Item` within `Text` automatically centers it with the f
-
+
Default
@@ -207,7 +207,7 @@ Use the native `disabled` attribute to create a disabled checkbox.
```jsx live="true"
-
+
Off
On
diff --git a/next-env.d.ts b/next-env.d.ts
index 725dd6f2..a4a7b3f5 100644
--- a/next-env.d.ts
+++ b/next-env.d.ts
@@ -1,6 +1,5 @@
///
///
-///
// NOTE: This file should not be edited
-// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
+// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.