Checkboxes - BulletedList(value) -> CheckboxList(value)

Hi,

As we can now add checkboxes in text, it would be great to be able to create checkbox lists with a formula as well.

Thank you,
Sonny

4 Likes

I think this may be more difficult because the checkbox has state information (checked/unchecked), whereas the bulleted list does not.

It’s simple, passing as parameter two lists of the same size you’ll create the text of the items in the checkbox with the first list and the status of each item with the second.

If you don’t pass the second parameter, all items will be shown unchecked.