Is it possible to dynamically add a number of SfCheckboxes from viewmodel. My scenario is as follows: From the viewmodel, I have to get a list of items from the database and generate list.Count number of SfCheckbox on the View. I do not want to do this from code behind.
Thanks