Firstly, I am new to kivy. I want to add the selection widget(like button, check box, toggle button into my program based on the data(as in list by reading from the csv file). In other words, that the number of adding new widget must change according to data from csv file.
I would like to add these new widgets into the blue circle section(box layout). Kind Regards, John