When "valuePropertyName" is set, it doesn't make sense to have the "storeOthersAsComment" as true. It will work as "storeOthersAsComment" is set to false.
If you remove the expression column which copies a value of a selected checkbox item, another issue occurs: select a value within a row and the first checkbox is unselected.
This issue occurs in a user's ticket: T20827 - Disappearing Selected items from Dyanmic Matrix
Update
When "valuePropertyName" is set, it doesn't make sense to have the "storeOthersAsComment" as
true
. It will work as "storeOthersAsComment" is set tofalse
.T20827 - Disappearing Selected items from Dyanmic Matrix https://surveyjs.answerdesk.io/internal/ticket/details/T20827
Bindings work correctly when a Checkbox doesn't contain the Other item:
However, as soon as you enable the Other item, it is no longer possible to select a choice:
https://github.com/user-attachments/assets/ee2cd3b8-2aca-423a-aa15-76f4714b535b
If you remove the expression column which copies a value of a selected checkbox item, another issue occurs: select a value within a row and the first checkbox is unselected. This issue occurs in a user's ticket: T20827 - Disappearing Selected items from Dyanmic Matrix
https://github.com/user-attachments/assets/aac6fb4a-f139-4f47-a1ac-3d32a8681e41
As a w/a, enable the survey's
storeOthersAsComment
option.