If the label text of a Checkbox is too long, it will be cut off.
I would prefer the text to get wrapped in order to span multiple lines instead.
From looking at the code, it seems like this is currently not possible to achieve due to the code in ToggleButton._make_label(), which only returns the first line of the text. Also get_content_height() always returns 1.
If the label text of a Checkbox is too long, it will be cut off.
I would prefer the text to get wrapped in order to span multiple lines instead.
From looking at the code, it seems like this is currently not possible to achieve due to the code in
ToggleButton._make_label(), which only returns the first line of the text. Alsoget_content_height()always returns 1.