{:Form::radios('row[is_hot]',[0=>__('Is_hot 0'),1=>__('IS_hot 1')],$row['is_hot'])}
{:Form::radios('row[is_cheap]',[0=>__('Is_cheap 0'),1=>__('Is_cheap 1')],$row['is_cheap'])}
{:Form::radios('row[is_try]',[0=>__('is_try 0'),1=>__('is_try 1')],$row['is_try'])}