How do you check a checkbox in a ListView? I can get the state like so:
$checked = $list->ItemCheck($i); I have a list of items the user can select with a checkbox, and I need to check the boxes after loading the settings file for these items. In short it's a favourites list. Thanks, Marcus