checkbox not triggering value change event, if checkbox in a grid that is dynamically populated by rest response
So I have a grid with 1 row and 2 columns. 1 column has a label, the other column has a checkbox.
The grid is mapped to a rest response. Nothing is mapped to the checkbox, only to the label.
The checkbox is used to change the value of the label afterwards when the user clicks it.
The value change event of the checkboxitem is not working however. Do I have to add the value change event of the checkboxitem manually in the "add js" of the mapping with the grid?