Checkbox - error produced when clicking on checkbox

I have a multiselect list created by a checkbox component in an iterating container. However, when i try to toggle to boolean that the checkbox is binded to by clicking on the checkbox, the boolean is not updated and the debugger console produces the error:Error: getDataFromTargetSelectionMode: Unknown or unsupported targetSelectionMode

Does anyone know why this occurs and how it can be fixed? My guess was that since the error was Unknown or unsupported targetSelectionMode, it probably has something to do with the object in context for the iterating container, but it is a very simple set up with a checkbox component in the iterating container, so i am not sure where else it could have gone wrong.

Hi!

Could you send me screenshots of your setup? This way I can try to replicate your error and figure out why it happens :grinning_face:


hi! i just have a simple set up with an iterating container generating a list of checkboxes as in the screenshot. the value of the checkboxes is tied to a boolean that i should be able to toggle.

Hmm, I’ve set up an iterating container with a checkbox linked to a boolean in each object, and it’s working fine on my end. Could you send me a screenshot of what your container is iterating over? I’d especially like to see the right side panel. Also, a screenshot of the checkbox’s right side panel would help me better understand what might be going on. Would also help if you sent a screenshot of the object’s data model. Feel free to DM me the screenshots if you’d prefer to keep them private :slight_smile:


heres the screenshots of the right panels!

Hi!

Based on the error message, there is some incorrect setup in a filter (or condition) related to this data source.

If you recreate the case in another view (i.e. create the same as you screenshot again, but in a new view). Still the same error? If that’s the case, it might be the filter on the data source that is incomplete.