The two indicators/directions on a ToggleSwitch would be more useful if they were labeled. It's not even really clear which is True and which is False, but there are lots of cases where the switch doesn't even have a clear true/on vs false/off, just two different values - for example, a voltmeter with a "single-ended" vs "differential" switch.
Certainly users can add their own labels to do this job, but it would be more convenient if this was just built in as a couple of extra props, onLabel and offLabel perhaps.
The two indicators/directions on a
ToggleSwitch
would be more useful if they were labeled. It's not even really clear which is True and which is False, but there are lots of cases where the switch doesn't even have a clear true/on vs false/off, just two different values - for example, a voltmeter with a "single-ended" vs "differential" switch.Certainly users can add their own labels to do this job, but it would be more convenient if this was just built in as a couple of extra props,
onLabel
andoffLabel
perhaps.