MATLAB: GUI: how to make radio button with multiple lines

guiguideMATLABmultiple linesradio button

I would like to create a radio button with a label (i.e. its 'String' property) spanning multiple lines. How can I do that?

Best Answer

Use html for the 'String', e.g.
'<html>This is a multiline<br>string</html>'