Using formatted checkbox lists in your document Templates (\FormatSwitch)
Category: Document Automation Section: Switches Last Updated: 2020-01-30
You can insert into your Template a formatted list of the checkbox choices the user has selected on your form by adding one of the following switches to the Mergefield. The syntax is as follows:
{ MERGEFIELD Composers \FormatSwitch } The Format Switches supported by our assembly engine are:
BulletArrowHead
BulletCircle
BulletDefault
BulletDiamonds
BulletDisk
BulletSquare
BulletTick
NumberArabicDot
NumberArabicParenthesis
NumberDefault
NumberLowercaseLetterDot
NumberLowercaseLetterParenthesis
NumberLowercaseRomanDot
NumberUppercaseLetterDot
NumberUppercaseRomanDot
OutlineBullets
OutlineHeadingsArticleSection
OutlineHeadingsChapter
OutlineHeadingsLegal
OutlineHeadingsNumbers
OutlineLegal
OutlineNumbers
So for example, to insert a list with Bullet Arrow Heads, you would use the following Mergefield:
{ MERGEFIELD Choices_chk \BulletArrowHeads }
Source: Using formatted checkbox lists in your document Templates (\FormatSwitch)