Group: Administrators
Posts: 13K,
Visits: 104K
|
No. You can somewhat control the spacing via the element's /fontstyle, but you won't be able to have *no* space between the individual checkboxes.
<checkboxes mycheckboxes> / options = ("~n","~n","~n","~n","~n") / optionvalues = ("1", "2","3","4","5") / orientation = horizontal / fontstyle = ("Arial", 1%) </checkboxes>
<surveypage mypage> / questions = [1=mycheckboxes] </surveypage>
|