Page 1 of 1

How to put a checkbox group in a collapsibleset

Posted: Fri Aug 15, 2014 1:16 am
by Zhong Liu

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.


How to put a checkbox group in a collapsibleset

Posted: Fri Aug 15, 2014 2:46 am
by Yurii Orishchuk

Hi Zhong,

Unfortunatly currently there is bug which is does not allow you to make such hierarchical mapping.

We will update you here when this bug will be fixed.

Regards.


How to put a checkbox group in a collapsibleset

Posted: Fri Aug 15, 2014 3:26 am
by Zhong Liu

got it, thank you.