Support

Account

Home Forums Backend Issues (wp-admin) Display different value with condition Reply To: Display different value with condition

  • Checkbox fields return an array. The specifics of the array depend on what you have it set to return. Assuming that you are only returning the value then to check for a specific checkbox being checked:

    
    if (in_array('maintenon', $values))