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ââ