Thanks CNT,
Now the problem with All Checkbox and other checkboxes rectified.
Remain the problems inside of checkboxes in Gallery.
I made a video but I can't send here.
Speaking now only for checkboxes inside Gallery. Let we have 3 records - 1,2,3.
I have following:
OnSelect: Patch(summaryCOO,LookUp(summaryCOO, last_name = ThisItem.last_name), {Status: "Approved"});
OnUnSelect: Patch(summaryCOO,LookUp(summaryCOO, last_name = ThisItem.last_name), {Status: "Not Approved"});
Steps:
1/ Click on 1 checkbox - the checkbox is not checked, but field Status changed
2/ Click one more time on 1 checkbox - the checkbox is checked, field Status remain same
3/ Click on 2 checkbox -same as above for 1
4/ Click on 3 checkbox - the checkbox is not checked, but field Status changed , checked marking for 1 and 2 disappeared
It is mean they did not work properly and I can't find it