Hi,
is it possible to show buttons or checkboxes in an optionset?
The standard is a radiobutton.
Bodo
Hi Bodo,
There's no property for this. You could use a DrawFilter or CreationFilter and try to replace the radio buttons with CheckBoxes. But this would not be an easy task. It would probably be easier just to actually use CheckBox controls and write code to make sure only one is checked at a time.