Hi all,

I am using Conditional fields 7.x-3.x-dev (previously used 7.x-3.0-alpha1 with the same result)
Drupal 7.32

I have 3 conditional fields with checkboxes, all 3 gives me the same error making it unusable.

Notice: Undefined index: 67 in conditional_fields_states_handler_checkboxes() (line 1742 of /home/mysite/public_html/sites/all/modules/conditional_fields/conditional_fields.module).
Notice: Undefined index: 65 in conditional_fields_states_handler_checkboxes() (line 1742 of /home/mysite/public_html/sites/all/modules/conditional_fields/conditional_fields.module).
Notice: Undefined index: 66 in conditional_fields_states_handler_checkboxes() (line 1742 of /home/mysite/public_html/sites/all/modules/conditional_fields/conditional_fields.module).

There has been some commitment on this tread on #12 for this particular problem, and it really seems to be the same line.

$checkboxes_selectors[conditional_fields_field_selector($field[current($value)])] = array('checked' => TRUE);

Thanks for your help