I have dropdown list with a lot of checkboxes, so this container has scroll. But when i click on any checkbox - it selects\\deselects itself and then state changes.
It's happening because you are re-rendering the complete list of the checkboxes.
There are 2 possible approaches:
Unfortunately, you haven't added any code examples, so can't share the code changes.