RadzenAccordion with CheckBox in header

Hello! I have RadzenAccordion with CheckBox in accordion header template.

                                   Fig.1

Then I click checkbox it call’s collapsed/expand event for accordion. It’s not correct for users. Is it possible to block collapsed/expand event on checkbox click?

Thanks for answer. Best regards.

Hi @Sergey_Babakov,

You can try stopping event propagation of mouse events.

It work’s! Thank you!