When I use toggle button its not showing the True text and False text while I toggle it. ShowLabel is set to true & the display mode is DisplayMode.Edit
.
How to make the falsetext and truetext Visible?
Looks like this is a weird behavior (bug) on focus of toggle control, that too only happening in chrome browser. Read more
Workaround from community:
Only workaround I know of is to remove the text in the toggle, reduce the width of the toggle, and add your own label with an if statement pointing at the the toggle status.