Support

Account

Home Forums General Issues Fieldtype Checkbox only gets one *unselected* value Reply To: Fieldtype Checkbox only gets one *unselected* value

  • then is is a subfield and you need to use a have_rows() loop on the group field an get_sub_field() for the checkbox field.

    Or access it from the array. $cases = get_field('forside_cases');

    
    $cases['aktive_ydelser']