$field = “גבס”; $checkbox = “התקנה מיוחדת”;
if (strpos($field, $checkbox) !== false) { return “מסומן”; } else { return “”; }