• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/input.php
  • Класс: BitrixSaleInternalsInputEitherYN
  • Вызов: EitherYN::getEditHtmlSingle
static function getEditHtmlSingle($name, array $input, $value)
{
	$hiddenAttributes = static::extractAttributes($input, array('DISABLED'=>''), array('FORM'=>1), false);
	$checkboxAttributes = static::extractAttributes($input, array('DISABLED'=>'', 'AUTOFOCUS'=>'', 'REQUIRED'=>''), array('FORM'=>1));

	if (isset($input['DISABLED_YN']))
	{
		return ''
			.'';
	}
	else
	{
		return ''
			.'';
	}

}