Support

Account

Home › Forums › General Issues › checkbox field output › Reply To: checkbox field output

  • The code should work with the return value set as “value”

    
    // with checking
    if (get_field('colors')) {
      echo implode('; ', get_field('colors'));
    }