{@ ($val->type == 'checkbox' && $val->value) ? $val->input = explode('|@|', $val->value) : null; $val->default_list = explode(',', $val->default); }