JulioWar / jw-bootstrap-switch-ng2

Bootstrap Switch for Angular 2+
https://juliowar.github.io/jw-bootstrap-switch-ng2/
MIT License
43 stars 14 forks source link

Show text of both states #10

Open DavesBrain opened 6 years ago

DavesBrain commented 6 years ago

For some toggle implementations, it is not as obvious as ON|OFF what the second state is when you can't see it. In my case, the two state are Show: RECENT|ALL.

Is there any functionality for showing [current state (active)] AND [alternate state] simultaneously?

JulioWar commented 6 years ago

Maybe the solution is here : #8.

But for the moment I have not been able to take time to see how I implemented it differently