How to display data according to checkboxes?

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 -

Hope this helps :smiley:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.