React: Checkbox will not stay checked if option is changed from the dropdown?

I am using React. I am having checkbox and dropdown fields.

If I select the checkbox and then I change the option in the dropdown, then checkbox goes back to uncheck.

What would be reason why checkbox not remain checked when I changed the dropdown selection. Please help.

Thanks