mirror of
https://github.com/picocss/pico.git
synced 2025-02-23 00:01:58 -05:00
Docs: fixes
This commit is contained in:
parent
27c21a6e32
commit
a7c25a7d69
@ -801,7 +801,7 @@
|
||||
</article>
|
||||
<p>You can change a checkbox to indeterminate state by setting the <code><i>indeterminate</i></code> property to <code><u>true</u></code></p>
|
||||
<article aria-label="Indeterminate checkbox example">
|
||||
<label for="indeterminate">
|
||||
<label for="indeterminate-checkbox">
|
||||
<input type="checkbox" id="indeterminate-checkbox" name="indeterminate-checkbox">
|
||||
Select all
|
||||
</label>
|
||||
@ -843,7 +843,7 @@
|
||||
|
||||
<em><!-- Date --></em>
|
||||
<<b>label</b> <i>for</i>=<u>"date"</u>>Date
|
||||
<<b>input</b> <i>type</i>=<u>"date"</u> <i>id</i>=<u>"date"</u> <i>name</i>=<u>"date"</u></u>>
|
||||
<<b>input</b> <i>type</i>=<u>"date"</u> <i>id</i>=<u>"date"</u> <i>name</i>=<u>"date"</u>>
|
||||
</<b>label</b>>
|
||||
|
||||
<em><!-- Time --></em>
|
||||
|
Loading…
x
Reference in New Issue
Block a user