Check box issue

Hi all,

when I add check box as inline after link property (this layout use as repete dynamic layout) ,and after run this getting browser error message, but if I add button or any other action It will not getting any error.

this is the action for link property wich I added

@Eranda10274 Hi, can you let us know what is the source of the repeating dynamic layout? Is it a data page? If Yes, please make your datapage as editable because you are using a control which is editable and the value will be set to that datapage and that might be the reason why you are getting error for checkbox and not for a button

@SrinidhiM Hi, yes source was the data page. after changing the mode as editable it was fixed. thank you @SrinidhiM