Doing prototyping using Forms 1.3.0.0 (going decent sofar, might turn it into something real) and came upon the Switch component.
In Android this component this has a On/Off text rendered over the switch. In WP and iOS there is no text.
I in the documentation that using the component directly in Android-solution one can set textOn/textOff: http://developer.xamarin.com/guides/android/user_interface/intro_to_switches/
Is there any way to do this using the components supplied for Forms or is there a plan to support this on the roadmap?
My need is a basic True/False usage and would be alright with having no text at all - but a On/Off becomes completely contextually wrong.