Support

Account

Home Forums Front-end Issues I don\'t get the checkbox field value Reply To: I don\'t get the checkbox field value

  • A checkbox field returns an array of values, labels or both.

    Assuming that you are returning values

    
    if (in_array('a', $option)) }
    
    } elseif (in_array('b', $option)) {
    
    } elseif (in_array('c', $option)) {
    
    }