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
a!checkboxField( label :"Hello", choiceLabels: {char(160)&char(160)&"abc",char(160)&char(160)&"def",char(160)&char(160)&"pqr"}, choiceValues: {1,2,3})