@@ -26,7 +26,10 @@ export const componentConfig = {
2626 name : "card" ,
2727 filePath : "packages/ui/Cards/Card.tsx" ,
2828 } ,
29-
29+ checkbox : {
30+ name : "checkbox" ,
31+ filePath : "packages/ui/Form/Checkbox.tsx" ,
32+ } ,
3033 dialog : {
3134 name : "dialog" ,
3235 filePath : "packages/ui/Dialog/Dialog.tsx" ,
@@ -141,6 +144,28 @@ export const componentConfig = {
141144 ( ) => import ( "@/preview/components/card-style-testimonial" )
142145 ) ,
143146 } ,
147+ "checkbox-style-default" : {
148+ name : "checkbox-style-default" ,
149+ filePath : "preview/components/checkbox-style-default.tsx" ,
150+ preview : lazy (
151+ ( ) => import ( "@/preview/components/checkbox-style-default" )
152+ ) ,
153+ } ,
154+ "checkbox-style-variants" : {
155+ name : "checkbox-style-toggle" ,
156+ filePath : "preview/components/checkbox-style-variants.tsx" ,
157+ preview : lazy (
158+ ( ) => import ( "@/preview/components/checkbox-style-variants" )
159+ ) ,
160+ } ,
161+ "checkbox-style-sizes" : {
162+ name : "checkbox-style-default" ,
163+ filePath : "preview/components/checkbox-style-sizes.tsx" ,
164+ preview : lazy ( ( ) => import ( "@/preview/components/checkbox-style-sizes" ) ) ,
165+ } ,
166+ "dropdown-style-default" : {
167+ name : "dropdown-style-default" ,
168+ } ,
144169 "input-style-default" : {
145170 name : "input-style-default" ,
146171 filePath : "preview/components/input-style-default.tsx" ,
0 commit comments