.checkbox-group {
  @apply flex flex-col;

  [data-slot="checkbox"] {
    @apply mt-4;
  }
}
