Skip to content

checkChecklistItem

Updated pdexter 2022-10-22

Sets a checklist field item to checked or unchecked on the document.

(client-side function)

Syntax

ft3.checkChecklistItem('field-name', 'option-name', 'state');

Part Description
field-name name of the field on the document
option-name name of the checklist option to change
state values: true/false

Example

    ft3.checkChecklistItem('wingColours', 'blue', true);
    ft3.checkChecklistItem('wingColours', 'red', false);