How do I extend the text in a Windows Forms CheckBox to more than one line?
First you should turn autosize property to False. Then resize the box and use \r\n for going to next line.