I need to create a list of checkboxes with labels so that a user can select various items from the list and when clicking save, the app will then iterate through the list and insert all checked values into a table (I.e. emulate a b4a InputMap). I've gone through the one tutorial listed in the forum but when I click on one of the checkboxes in the list it doesn't fire an event (You need to click on the actual row in the list to fire the SelectedIndexChanged event.
What is the best way to approach this scenario?
What is the best way to approach this scenario?