Following scenario:
I wanted to create a simple programming quiz app. Now I have four options on each question represented as st.checkboxes.
Problem:
How can I tell streamlit to only mark one question, so if the user marks one question the other answers are disabled.

With 