Set radiobutton label to multiline

How would I set the label of a radiobutton to multiline?

And after I assigned the text, is the height of the radiobutton instance automatically increased if this text takes up several lines?

I need this so I can line up a number of radiobuttons vertically while text lengths can differ and have it so that spacing in between is equal.

Cheers