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.