Avatar

Level 10

When you place an object into the cell of a table it will size itself to take up the whole cell. So in your case the checkbox is trying to space itself to fit the width of the column. If you reduce the width of the column then it will adjust the space for the caption and the space for the checkbox.

Paul