.q-checkbox-group {
  display: flex;
  align-items: flex-start;
  font-size: 0;
  line-height: 1;
}
.q-checkbox-group_vertical {
  flex-direction: column;
}
.q-checkbox-group_vertical .q-checkbox:not(:last-child) {
  margin-bottom: 16px;
}
.q-checkbox-group_horizontal .q-checkbox:not(:last-child) {
  margin-right: 32px;
}