Hi @paranap,
What is the spreadsheet ?
Can you show me the structure of your spreadsheet ?
You can add a gallery to display requirements of spreadsheet and add a check box to the first item of the gallery.
I made a test.

Set Oncheck property of check box to:
Patch(test3,LookUp(test3,Gallery1.Selected.Title=Title),{column2:"Yes"})
Set Onuncheck property of check box to :
Patch(test3,LookUp(test3,Gallery1.Selected.Title=Title),{column2:"No"})
Regards,
Eason