<inputclass="footer_form__check"type="checkbox"id="check"requireddata-required-message="<?=Yii::t('form','Accept the terms')?>">
['template'=>'{input}{label}{error}{hint}']
<labelfor="check">
)->checkbox([
<?=Yii::t('form','I agree to')." ".Html::a(\Yii::t('form','the terms of using personal data'),'/uploads/personal_data_processing_art_project.pdf',['target'=>'_blank'])?>
'id'=>'bid-confirm-index',
</label>
'checked'=>false,
</div>
'required'=>true,
'class'=>'footer_form__check',
'data-required-message'=>Yii::t('form','Accept the terms')
],
false
)->label(Yii::t('form','I agree to')." ".Html::a(\Yii::t('form','the terms of using personal data'),'/uploads/personal_data_processing_art_project.pdf',['target'=>'_blank']));