Inline "allow custom payment amount" checkbox with label

This commit is contained in:
Umar Bolatov 2019-11-08 19:12:14 -08:00
parent 2c14cece6b
commit 9cd64bf81a
No known key found for this signature in database
GPG Key ID: 2C1F9AEB371D2A28

View File

@ -38,9 +38,9 @@
<input asp-for="Currency" class="form-control" />
<span asp-validation-for="Currency" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="AllowCustomPaymentAmounts"></label>
<input asp-for="AllowCustomPaymentAmounts" type="checkbox" class="form-check" />
<div class="form-group form-check">
<input asp-for="AllowCustomPaymentAmounts" type="checkbox" class="form-check-input" />
<label asp-for="AllowCustomPaymentAmounts" class="form-check-label"></label>
<span asp-validation-for="AllowCustomPaymentAmounts" class="text-danger"></span>
</div>
<div class="form-group">