cant we use listview to take input

0
1.i want to show list of questions on my listview ..the questions are stored in my database i am retriving those questions from database and displaying using listview. for this i used listview and the work is done perfectly...questions are displayed which where present in db   2.now i want to show 3 options below the questions using checkbox or radio button but i am not able to show check box in listview. so how can i do this?          
asked
1 answers
0

Make sure that ‘editable’ is set to ‘yes’ in the listview properties and that the user has proper access rights. Other than that, there shouldn’t be an issue. If the available answers are objects you might want to look into the Simple Checkbox Set Selector widget in the app store.

answered