Repeating Group w/ Checkboxes - Check on Add

Hello,

I have a repeating group listing items.

Above the repeating group there is inputs to add an item, which upon adding, is displayed in the repeating group.

I would like the newly added item’s checkbox in the repeating group to be checked.

How can I accomplish this?

If the checkboxes are bound to a yes/no database field then you could set a default of yes on the database field, so that every new item is set to yes by default.

Otherwise, you could just set the preset status of the checkbox element to yes in the editor.

thank you!

This topic was automatically closed after 70 days. New replies are no longer allowed.