[NIFI-6258] Including checkbox styles and using mixin.
diff --git a/src/platform/core/theming/_all-theme.scss b/src/platform/core/theming/_all-theme.scss
index c0c1594..296c987 100644
--- a/src/platform/core/theming/_all-theme.scss
+++ b/src/platform/core/theming/_all-theme.scss
@@ -20,6 +20,7 @@
 @import '../common/styles/buttons';
 @import '../common/styles/expansionPanels';
 @import '../common/styles/menus';
+@import '../common/styles/checkboxes';
 
 // Create a theme.
 @mixin fds-theme($theme) {
@@ -32,5 +33,6 @@
   @include fds-buttons-theme($theme);
   @include fds-expansion-panels-theme($theme);
   @include fds-menus-theme($theme);
+  @include fds-checkboxes-theme($theme);
 
 }