如何使用Ionic 3将文本“ ON”和“ OFF”添加到切换按钮

时间:2018-08-14 12:52:03

标签: html ionic-framework toggle

使用Ionic v3需要实现带有ion-toggle-text的ion-toggle吗? 我看不到带有自定义文本值的结果。

注意:带有参考链接support ionic version 1.0

Here link for using CSS

home.html:

<ion-toggle class="switch-input"   [(ngModel)]="customText" formControlName="customText">
 </ion-toggle>
  

home.scss

   .toggle.custom-toggle.handle:before {
     right: 11px;
     content: "OFF";
    }

0 个答案:

没有答案