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**]