1

using Ionic v3 need to implement ion-toggle with ion-toggle-text ? I'm not able to see result with custom text value.

Note:With reference link 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";
    }
sameer
  • 447
  • 3
  • 12
  • 20
  • SO what is your question? you want to get toggle with text inside in Ionic 3 or? – Sergey Rudenko Aug 14 '18 at 15:26
  • Yes , I want to get text inside ion-toggle using ionic 3 version . I have tried all ways but not yet achieved to get what I expected .. so I have tried to get jQuery input check box type but design issue with different mobile. – sameer Aug 15 '18 at 08:12

0 Answers0