I've noticed some strange behavior with (modern controls) checkboxes in a gallery recently (it used to work without problems).
When there is a Checkbox (modern controls variant) in a gallery (modern or classic galleries seems to have the same issues), the checkbox is not visually checked when the Checked property is set true (by ThisItem.Checked (a boolean value)). A Classic checkbox is showing the correct checked or unchecked state when the Default property is true or false.
I've made a test app with two tables a nfTblParents and a nfTblChild table.
The parents table is shown in the parent gallery, when an item is selected in the parent gallery, the corresponding childs are shown in the child gallery. In the child gallery, there are two checkbox controls. A classic and a modern control checkbox.
The classic checkbox shows checked and unchecked correctly depending of the 'Default' property value, (Code for the Default property: ThisItem.Checked ).
The modern control checkbox shows always unchecked (with the same boolean value for the 'Checked' property), (Code for the modern checkbox Checked property: ThisItem.Checked ).
The ThisItem,Checked value is a boolean column in the nfTblChild table.
When a checked (or unchecked) child is selected in the child gallery, in the bottom of the screen both the classic and modern control checkbox are showing the correct state.
I've noticed this behavior recently (since end of April), in the past it was working correctly. Is this a known issue? Is there something wrong in my app or environment or something else?
I've attached my checkbox test app and a screenshot showing this behavior.
Any suggestions?
Thanks in advance!
Rob