mirror of
https://github.com/jdan/98.css.git
synced 2025-09-02 02:12:44 +02:00
basic template setup
This commit is contained in:
@@ -166,8 +166,8 @@
|
||||
</p>
|
||||
|
||||
<div class="example">
|
||||
<input type="checkbox" id="example1">
|
||||
<label for="example1">This is a checkbox</label>
|
||||
<input type="checkbox" id="example<%= getNewId() %>">
|
||||
<label for="example<%= getCurrentId() %>">This is a checkbox</label>
|
||||
|
||||
<details>
|
||||
<summary>Show code</summary>
|
||||
@@ -188,8 +188,8 @@
|
||||
|
||||
<div class="example">
|
||||
<div class="field-row">
|
||||
<input checked type="checkbox" id="example2">
|
||||
<label for="example2">I am checked</label>
|
||||
<input checked type="checkbox" id="example<%= getNewId() %>">
|
||||
<label for="example<%= getCurrentId() %>">I am checked</label>
|
||||
</div>
|
||||
<div class="field-row">
|
||||
<input disabled type="checkbox" id="example3">
|
Reference in New Issue
Block a user