at least one checkbox
This commit is contained in:
parent
940b833418
commit
c4155b0b5d
2 changed files with 43 additions and 3 deletions
|
|
@ -22,7 +22,7 @@
|
|||
class="clickable"
|
||||
width="5%"
|
||||
/>
|
||||
<p>Añade los detalles de tu oferta</p>
|
||||
<h2>Añade los detalles de tu oferta</h2>
|
||||
<div id="button-group-buy-or-sell" class="button-group">
|
||||
<button
|
||||
data-value="buy-bitcoin"
|
||||
|
|
@ -69,9 +69,19 @@
|
|||
<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" selected/>
|
||||
><input type="checkbox" name="onchain" id="onchain-checkbox" checked/>
|
||||
<label for="lightning">Lightning</label
|
||||
><input type="checkbox" name="lightning" id="lightning-checkbox" selected/>
|
||||
><input type="checkbox" name="lightning" id="lightning-checkbox" checked/>
|
||||
<p id="at-least-one-checkbox" style="display: none">Tienes que seleccionar al menos una opción.</p>
|
||||
</div>
|
||||
<div id="trust-area">
|
||||
<p>¿Quién puede ver la oferta?</p>
|
||||
<label for="my-trusted">Mis confiados</label
|
||||
><input type="checkbox" name="my-trusted" id="my-trusted-checkbox" checked disabled/>
|
||||
<label for="my-trusted-trusted">Los confiados de mis confiados</label
|
||||
><input type="checkbox" name="my-trusted-trusted" id="my-trusted-trusted-checkbox" checked/>
|
||||
<label for="all-members">Todos los miembros</label
|
||||
><input type="checkbox" name="all-members" id="all-members-checkbox"/>
|
||||
</div>
|
||||
<button id="button-submit-offer" class="button-primary" disabled>
|
||||
Publicar oferta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue