- Change
CheckBox
's constructor to set Height = Dim.Auto (DimAutoStyle.Text)
- Checkbox unit tests fail when they shouldn't

This test sets Width to an absolute.
var checkBox = new CheckBox
{
X = 1,
Y = Pos.Center (),
Text = "Check this out 你",
TextAlignment = Alignment.Centered,
Width = 25
};
For some reason, this is confusing TextFormatter.