.red {
  &.boolean-option--selected {
    border-color: red;
  }

  .round-checkbox--checked {
    background: red;
  }
}
