-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
feature:stateRelated to state managementRelated to state managementtype:bugSomething isn't working as expectedSomething isn't working as expected
Description
Summary
When disabling checkboxes, succeeding checkboxes present a weird behaviour: They are disabled but their output acts as if they were enabled. This is not the same but it is related to #386
Steps to reproduce
The issue can be reproduced using this checkbox-snip:
if st.checkbox("Checkbox1"):
st.markdown("This is a cool feature that does this....")
if st.checkbox("Checkbox2"):
st.markdown("This is a cool feature that does this....")
The output looks like this:
- Enable Checkbox1
- Enable Checkbox2
- Disable Checkbox1
Expected behavior:
After step 3 I would expect the checkbox2 to be A) completely disabled or B) left enabled:
A)
B)
Actual behavior:
Explained above.
Is this a regression?
dunno
Debug info
- Streamlit version: 0.47.4
- Python version: 3.7.4
- OS version: 10.14.6
- Browser version: 12.1.2
Additional information
na
ezavarygin
Metadata
Metadata
Assignees
Labels
feature:stateRelated to state managementRelated to state managementtype:bugSomething isn't working as expectedSomething isn't working as expected





