I am trying to develop an app, and I am struggling to get list box input working the way I would like.
My desired result is to have the app interface show you a list of US states with checkboxes, and ask whether or not you are currently filing a tax return in that state.
I would like to capture the list box input as a data table with two columns, State and Filing_Status. If checked, Filing_Status would be True, else it would be False. This data table would be subsequently joined with other data and ran through formula logic.
Can someone please provide me a basic example of using list boxes to create a data table that shows names and values?
Thank you!