add checkbox

pull/5370/head
Aniket-Engg 2 years ago committed by Aniket
parent b0da26757d
commit cbe5b8bc85
  1. 10
      apps/etherscan/src/app/views/VerifyView.tsx

@ -206,6 +206,16 @@ export const VerifyView: React.FC<Props> = ({
/>
</div>
<div className="d-flex mb-2 custom-control custom-checkbox">
<Field
className="custom-control-input"
type="checkbox"
name="ifProxy"
id="ifProxy"
/>
<label className="form-check-label custom-control-label" htmlFor="ifProxy">It's a proxy contract</label>
</div>
<SubmitButton dataId="verify-contract" text="Verify"
isSubmitting={isSubmitting}
disable={ !contracts.length ||

Loading…
Cancel
Save