Checkboxes updating automatically

I have several dash components in my Dash apps that are getting live updates at every 30 seconds interval. I also have some checkboxes in my app which are getting updated and going back to default state even though these checkboxes are not linked, directly or indirectly, to any callbacks or components. Due to this issue, checkboxes have become useless in my app. Anyone has any solutions for this?