I have a form in which I display numbers of company with checkbox. User checked these company and save this in a database table. Now I want to make an update form where I want that when data retrieve from database the checkbox is already checked in list which is checked by user while entering data.
Basically i want that when user fetches his stored results from database, he should be able to see which checkbox's he ticked earlier.
Screenshot of values which is saved by user
[![enter image description here][1]][1]
List of that values which is save in select_fi
columns
[![enter image description here][2]][2]