  .smart-led {

      //Right To Left
      &[right-to-left] {

          .smart-false-content-container,
          .smart-true-content-container,
          .smart-indeterminate-content-container {
              direction: rtl;
          }
      }
  }