mark

Indicates the shape to use when filling a Check Box object.

Syntax

Reference_Syntax.mark = "default | check | circle | cross | diamond | square | star"

Values

Type

Values

String

  • default (default)

  • check

  • circle

  • cross

  • diamond

  • square

  • star

The default marks vary depending on the shape of the Checkbox object. A corner to corner for square and a filled circle for round. The new marks are font-based symbols.

  • check

  • circle

  • cross

  • diamond

  • square

  • star

Applies to

Model

Object

Form Model

checkButton

Version

XFA 2.5

Examples

JavaScript

CheckBox1.resolveNode("ui.#checkButton").mark = "diamond";

FormCalc

CheckBox1.ui.#checkButton.mark = "diamond"

// Ethnio survey code removed