Hello. I’m running into a problem. I have gone back to make sure I have it correct and I do. The issue arises when I start typing " var row0Item = CheckListItem
var row1Item = CheckListItem
var row2Item = CheckListItem
var row3Item = CheckListItem
var row4Item = CheckListItem"
I listened to you and went on to the next section called “override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)” I replaced “row0Checked = !row0Checked” with “row0Item.checked = !row0Item.checked” but its not working on the auto complete and still says “Instance member ‘checked’ cannot be used on type ‘CheckListItem’”