size

A measurement specifying the size of the check box or radio button outline representing either the height and width for a check box, or the diameter for a radio button.

Syntax

Reference_Syntax.size = "10pt | measurement"

Values

Type

Values

String

  • 10pt (default)

  • Any valid measurement.

  • For the font object, this property specifies the size of the font.

  • For the checkButton object, this property specifies either the height or width of a check box or the diameter of a radio button.

The values for this property depend on the referencing object:

  • For the font object, this property specifies the size of the font.

  • For the checkButton object, this property specifies either the height or width of a check box or the diameter of a radio button.

Applies to

Version

XFA 2.1

Examples

JavaScript

CheckBox1.resolveNode("ui.#checkButton").size = "20pt";

FormCalc

CheckBox1.ui.#checkButton.size = "20pt"

// Ethnio survey code removed