defaultSelection

Node type: Attribute

Definition

An attribute used to flag the selection list option that should be initially selected in an electronic form.

Attribute Values

yes

Used in Elements

option

Code Sample

<list listFormat="singleSelect">

<title paraID="1">Travel is during the temple maintenance closure</title>

<listItem>

<option paraID="2" defaultSelection="yes">Yes</option>

</listItem>

<listItem>

<option paraID="3">No</option>

</listItem>

</list>