consider input type radio too

This commit is contained in:
Andreas
2024-08-28 22:54:13 +02:00
committed by Oskar Wickström
parent d97979f0c9
commit 30326d1be4
2 changed files with 12 additions and 2 deletions

View File

@@ -134,6 +134,14 @@ And inputs:
<label>Age <input type="text" value="30" /></label>
</form>
And radio buttons:
<form class="grid">
<label><input name="radio" type="radio" /> Option #1</label>
<label><input name="radio" type="radio" /> Option #2</label>
<label><input name="radio" type="radio" /> Option #3</label>
</form>
## Grids
Add the `grid` class to a container to divide up the horizontal space evenly for the cells.