• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/field/checkbox.php
  • Класс: BitrixLandingFieldCheckbox
  • Вызов: Checkbox::isEmptyValue
public function isEmptyValue()
{
	return $this->value !== 'Y';
}