CheckBox.DataField

From Xojo Documentation

Property (As String )
aCheckbox.DataField = newStringValue
or
StringValue = aCheckbox.DataField

Supported for all project types and targets.

Name of a Field in the table referenced by the DataControl that is referred to by the DataSource property.

Notes

Relevant only if the CheckBox is used in conjunction with a DataControl to display the contents of a field in a database table.