/wp-admin/admin.php?page=wpcf-edit&group_id=2783
you have to add one field to the group in order to that function to invoke.
and if you change the table name to something of your own you will get
checkboxes with value and display caption from the php table.
now you need to remove the do_action from field-form.php on line 122
the problem is that after the script is finished you cant add any more fields to the group, they wont save.
i