diff --git a/assets/styles/layout/_doc.scss b/assets/styles/layout/_doc.scss
index 24186eb9e..0caa2a2ac 100644
--- a/assets/styles/layout/_doc.scss
+++ b/assets/styles/layout/_doc.scss
@@ -13,7 +13,7 @@
background-color: transparent;
border: 0 none;
display: block;
- padding: 1rem 0;
+ padding: 1rem 2rem;
min-width: 12rem;
text-align: center;
color: var(--text-color-secondary);
diff --git a/components/doc/DocComponent.vue b/components/doc/DocComponent.vue
index 3891826ba..a5bf8746c 100644
--- a/components/doc/DocComponent.vue
+++ b/components/doc/DocComponent.vue
@@ -12,8 +12,11 @@
-
-
+
+
+
+
+
@@ -34,6 +37,10 @@
+
+
+
+
@@ -42,14 +49,14 @@
diff --git a/doc/checkbox/StyleDoc.vue b/doc/checkbox/theming/StyledDoc.vue
similarity index 93%
rename from doc/checkbox/StyleDoc.vue
rename to doc/checkbox/theming/StyledDoc.vue
index ca599aebb..4f7e3031d 100644
--- a/doc/checkbox/StyleDoc.vue
+++ b/doc/checkbox/theming/StyledDoc.vue
@@ -1,5 +1,5 @@
-
+
Following is the list of structural style classes, for theming classes visit theming page.
diff --git a/doc/checkbox/theming/UnstyledDoc.vue b/doc/checkbox/theming/UnstyledDoc.vue
new file mode 100644
index 000000000..88f2c5057
--- /dev/null
+++ b/doc/checkbox/theming/UnstyledDoc.vue
@@ -0,0 +1,5 @@
+
+
+ Theming is implemented with the pass through properties in unstyled mode. Example below demonstrates the built-in Tailwind theme.
+
+
diff --git a/doc/checkbox/theming/index.vue b/doc/checkbox/theming/index.vue
new file mode 100644
index 000000000..562ab5a93
--- /dev/null
+++ b/doc/checkbox/theming/index.vue
@@ -0,0 +1,33 @@
+
+
+
+
Checkbox Theming
+
+
+
+
+
+
+
diff --git a/pages/checkbox/index.vue b/pages/checkbox/index.vue
index 893e2f7b7..2256d7799 100755
--- a/pages/checkbox/index.vue
+++ b/pages/checkbox/index.vue
@@ -1,5 +1,13 @@
-
+