Checklist
Summary
The Copy&Paste-Function for the data_editor leaves the checkbox columns empty when pasting data records. The user would expect that all columns behave the same when duplicating data.
Reproducible Code Example

No response
Steps To Reproduce
- Implement data_editor
- Create data_editor with existing records and a Checkbox-Column
- Multi-Select records and copy them with STRG-C
- Paste data in a new row STRG-V
- Checkbox columns don't show any data
Expected Behavior
The copied and pasted data are the same.
Current Behavior
No response
Is this a regression?
Debug info
- Streamlit version:
- Python version:
- Operating System:
- Browser:
- Virtual environment:
Additional Information
No response
Are you willing to submit a PR?