.mx {
  &-checkbox {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    @include disabled();
    &-content {
      padding-left: 6px;
    }
  }
}
