How do I make a true/false data item in an Advanced List or Detail List of a H/D single click?

In the Payments application the Pay field (IncludeInPayment data item) is single click such that the user doesn’t have to edit the row to change its value.

How is this accomplished?

It appears that this detail list application (AppliedPaymentsDetail) is using some event actions bound for the IncludeInPayment field:

  1. Field Value Changed
  2. Datatable True/False Click (With Multi-Select)

The Help Viewer article “Enable column controls for checkboxes“ has some more detail about it.