Can I display both textOn and textOff in a switch?

Viewed 3682

I have a Switch which will choose between Male and Female.

So I'm setting textOff and textOn to 'male' and 'female' respectively, but only one of male or female is displayed, depending on the switch position.

How can I have it display both male and female?

So, in ascii-art

I have

[Male /        ]
or 
[     / Female ]

but I want

[**Male** / Female]
[Male / **Female**]
3 Answers
Related