Name
Listview.SetState -- set checkbox toggle state
Synopsis
moai.DoMethod(id, "SetState", row, column, state)
Function
Sets the toggle state of the checkbox in the specified row and column. Pass True to select the checkbox or False to unselect it.

Inputs
id
id of the listview object
row
row index of the checkbox
column
column index of the checkbox
state
True if the checkbox should be selected, False otherwise

Show TOC