Skip to content
Snippets Groups Projects
Commit 08bc6f1f authored by jarmil's avatar jarmil Committed by jan.bednarik
Browse files

Program2021: zruseni defaultnich zaskrknuti radioboxu

parent 133676ae
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<input type="radio" name="gender" id="gender2" value="male" autocomplete="off"> muž <input type="radio" name="gender" id="gender2" value="male" autocomplete="off"> muž
</label> </label>
<label class="btn btn-outline-secondary active"> <label class="btn btn-outline-secondary active">
<input type="radio" name="gender" id="gender3" value="" autocomplete="off" checked> jiné / nechci uvést <input type="radio" name="gender" id="gender3" value="" autocomplete="off"> jiné / nechci uvést
</label> </label>
</div> </div>
</div> </div>
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<input type="radio" name="age" id="age4" value="age99" autocomplete="off"> 65+ let <input type="radio" name="age" id="age4" value="age99" autocomplete="off"> 65+ let
</label> </label>
<label class="btn btn-outline-secondary"> <label class="btn btn-outline-secondary">
<input type="radio" name="age" id="age5" value="" autocomplete="off" checked> nechci uvést <input type="radio" name="age" id="age5" value="" autocomplete="off"> nechci uvést
</label> </label>
</div> </div>
</div> </div>
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<input type="radio" name="kids" id="kids2" value="nokids" autocomplete="off"> ne <input type="radio" name="kids" id="kids2" value="nokids" autocomplete="off"> ne
</label> </label>
<label class="btn btn-outline-secondary active"> <label class="btn btn-outline-secondary active">
<input type="radio" name="kids" id="kids3" value="" autocomplete="off" checked> nechci uvést <input type="radio" name="kids" id="kids3" value="" autocomplete="off"> nechci uvést
</label> </label>
</div> </div>
</div> </div>
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
<input type="radio" name="education" id="education4" value="vs" autocomplete="off"> <input type="radio" name="education" id="education4" value="vs" autocomplete="off">
</label> </label>
<label class="btn btn-outline-secondary active"> <label class="btn btn-outline-secondary active">
<input type="radio" name="education" id="education5" value="" autocomplete="off" checked> nechci uvést <input type="radio" name="education" id="education5" value="" autocomplete="off"> nechci uvést
</label> </label>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment