Skip to content
Snippets Groups Projects
Commit 76f5356c authored by Štěpán Farka's avatar Štěpán Farka
Browse files

[FIX] checkbox

parent 2d517a3d
No related branches found
No related tags found
2 merge requests!607Pirati.cz,!575Feature/pirati cz
......@@ -13,7 +13,7 @@
<input type="text" class="text-input bg-white form-field__control mb-3 w-full" value=""
placeholder="Tvůj email"/>
<div class="checkbox form-field__control flex items-center mb-3">
<input type="checkbox" id="checkbox_1" class="text-input bg-white form-field__control">
<input type="checkbox" id="checkbox_1">
<label class="text-xs font-alt font-light" for="checkbox_1">"Souhlasím se zpracováním osobních údajů"</label>
</div>
{% include 'main/includes/button_animated.html' with btn_text="Odebírat" %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment