public function file($options = [])
 {
     $this->parts['{input}'] = FileInput::widget(['model' => $this->model, 'attribute' => $this->attribute, 'options' => $options]);
     return $this;
 }