Support

Account

Home Forums Add-ons Repeater Field Update one checkbox field inside a repeater Reply To: Update one checkbox field inside a repeater

  • I found a solution

    I used the wrong field. The key was the the key from the checkbox field but i needed the key/name from the repeater field.

    update_row('repeater', 4, array('Group' => array('Checkbox' => 'Option3')), $post_id);