We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c58dee commit d7887cdCopy full SHA for d7887cd
packages/wrapper-quasar/src/form/WqCheckbox.vue
@@ -51,3 +51,7 @@ function getCheckboxAttributes(value: unknown) {
51
}
52
</script>
53
54
+<style lang="sass">
55
+.checkbox-group--column
56
+ justify-content: end
57
+</style>
0 commit comments