The
size option in check and radio items changes the size of the bounding box around the check box and radio button, not the item’s actual drawn size. To change the drawn size of a check box or radio button, change the
fontinfo option of the item. The bounding box expands in relation to the size of the checkbox or radio button.
Example
The example below shows three checkboxes. The checkbox on the left is the
default that appears when you select a checkbox for your form. The default size for the checkbox is an 8 point Arial font.
The image in the middle shows the
size field changed. The bounding box expands, but the checkbox size remains at the 8 point font.
The image on the right shows a checkbox where the
font size has been changed to 20 point font. The size of the checkbox has increased, and the bounding box has expanded in relation to the size of the checkbox.

Exceptions to this practice
There are no exceptions to this practice.