ListBox.CellCheck

From Xojo Documentation

Property (As Boolean )
aListBox.CellCheck(Row as Integer, Column as Integer) = newBooleanValue
or
BooleanValue = aListBox.CellCheck(Row as Integer, Column as Integer)

Supported for all project types and targets.

Checks or unchecks the checkbox in the passed cell. Row and Column are zero-based.

Notes

Setting CellCheck to True checks the checkbox.