check the checkboxes
This commit is contained in:
parent
a58a192387
commit
86b1198e5d
1 changed files with 2 additions and 2 deletions
|
|
@ -69,9 +69,9 @@
|
|||
<div id="bitcoin-methods-area">
|
||||
<p>¿Cómo se mueve el Bitcoin?</p>
|
||||
<label for="onchain">Onchain</label
|
||||
><input type="checkbox" name="onchain" id="onchain-checkbox" />
|
||||
><input type="checkbox" name="onchain" id="onchain-checkbox" selected/>
|
||||
<label for="lightning">Lightning</label
|
||||
><input type="checkbox" name="lightning" id="lightning-checkbox" />
|
||||
><input type="checkbox" name="lightning" id="lightning-checkbox" selected/>
|
||||
</div>
|
||||
<button id="button-submit-offer" class="button-primary" disabled>
|
||||
Publicar oferta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue