/**
 * Checkbox Group
 */
.checkbox-group {
  display: flex;
  flex-direction: column;
}
.checkbox-group.-inline {
  flex-direction: row;
}