diff --git a/packages/hoppscotch-common/src/components/smart/Checkbox.vue b/packages/hoppscotch-common/src/components/smart/Checkbox.vue
index 2958658c4..c584fdab7 100644
--- a/packages/hoppscotch-common/src/components/smart/Checkbox.vue
+++ b/packages/hoppscotch-common/src/components/smart/Checkbox.vue
@@ -9,6 +9,7 @@
id="checkbox"
type="checkbox"
name="checkbox"
+ class="checkbox"
:checked="on"
@change="emit('change')"
/>
@@ -35,7 +36,7 @@ const emit = defineEmits<{