DB Publish a Checkbox group field?

There is no documentation on how to publish a Checkbox field control and I ssueme the same goes for a multiple drop down.

I have tried following the Child Table publishing but naming the child table created by Rhythmyx when adding a checkbox group does not work when using $rx.asmhelper.childValues()

Can anyone provide some pointers as to how to achieve this in DB Publishing?

Hi Daniel

Any multi value property (checkbox group, multi select, checkbox tree) can been added to a database by using getValues() eg

http://forum.percussion.com/showthread.php?t=6876

Cheers
James

So this will place a list of items into one row? What I am wondering is how does one replicate the child table as stored in Rhythmyx i.e. a selected value per row?

Actually just tested it and it does appear to sequence through the items… Cool!