Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Click on Images to Expand Them

If you need a simple answer to a Yes or No question, use a Checkbox Section field. Checkboxes are also useful as switches to turn some wizard functionality On/Off. The example below shows how to create a field with a single question. It will be a Checkbox Section field, with two possible values that will synchronize to a PDF form.

Step 1: Add a Checkbox Section Field.

Rw ui steps macro
Rw step

Open the Add Field panel.

Rw step

Add a Checkbox Section field to the page.

Note: This field will ask the user to answer the question: Is Income Your Account Investment Objective?

Rw step

Enter the following values for the field settings:

Adding a Checkbox Section field

Field

Value

Description

Field Label

Is Income Your Account Investment Objective?

This is the name of the field that is displayed to the user.

Meta Field Name

Owner1.PortfolioObj

This is the unique name for the data held within the field as it will be referenced by other JavaScript code in the widget and mapped to respective fields in PDF forms.

Initial value

Leave empty.

The checkbox will initially be deselected and its value will be NULL.

Value for Checked

1

This value will map to the corresponding "value" attributes of the meta field name in the PDF form if the checkbox is selected.

Value for Not Checked

3

This value will map to the corresponding "value" attributes of the meta field name in the PDF form if the checkbox is not selected.

Step 2: Apply the Changes.

Rw ui steps macro
Rw step

Click the Apply button at the bottom of the screen to close the Widget Design Screen and apply changes.

Rw step

Click the Save button at the top of the Widget Details Screen to save these changes.

Step 3: Test your Widget.

Test the widget by opening it.

A Checkbox Section field