So i am creating an app which displays grocery store sales data and I want to create a functionality where I can display the data of a particular item when selected from a list of checkboxes. Please help.
Hello @Prince_Tibadia
For displaying checkboxes, you can use st.checkbox
function and mention the list or dataframe column inside it.
Please refer to the following resources for detailed explanations -
- st.checkbox - Streamlit Docs
- Streamlit Shorts: How to make a checkbox - YouTube
- Streamlit Shorts: How to combine a button, checkbox and radio buttion - YouTube
Hope this helps
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.