shape

Specifies whether the check box or radio button displays with a square or round outline.

Syntax

Reference_Syntax.shape = "square | round"

Values

Type

Values

String

  • square (default)

  • round

The button appears with a square outline.

  • round

The button appears with a round outline.

Applies to

Version

XFA 2.1

Examples

JavaScript

CheckButton1.resolveNode("ui.#checkButton").shape = "square";

FormCalc

CheckButton.ui.#checkButton.shape = "square"

// Ethnio survey code removed