Hello,
I want to put a checkbox group in a collapsibleset, and I would like mapping a list to this.
The list like:
[{'id':'001', 'name':'class1', 'students':[{'id':'001', 'name':'kevin},{'id':'002', 'name':'mike'}]}]
I need map the class1 to the head of the collapsibleset head, and mapping 'students' to the checkbox group which is put into the content of collapsibleset.
Many thanks.