%s%s', phutil_tag( 'input', array( 'type' => 'file', 'name' => $this->getName(), )), phutil_tag( 'input', array( 'type' => 'checkbox', 'name' => 'default_image', 'class' => 'default-image', 'id' => $id, )), phutil_tag( 'label', array( 'for' => $id, ), pht('Use Default Image instead'))); } }