Hi Champ,
I have a requirement where I need to have some space between the checkbox and the choice label. Is it possible ?
For example, I need to have some space between the checkbox and text "abc"
Discussion posts and replies are publicly visible
Sure. Use char(160) to add some non-breaking spaces.
Thanks Stefen.That works
This always works like a charm but be aware that it is not like padding. This is actually adding characters in your choiceLabels making the length of each of them change.
How can I forget about adding hard spaces to the string even after reading your recent blog on Formatting Labels in Appian few days back which btw is really cool and is all about "magic of unicode character".
Thanks a lot :-) Yeah, Unicode is a real treasure chest ⅏