Possible to add a checkBox to SWT Group Border
border, java, swt
Solution
By default this is not possible. The opal project has something similar with Checkboxes, see here
Problem
I want a SWT Border with radio Button, so using Group with some text name. But I want to provide a radio button prefix to the group name border. Is it possible?