--- layout: default.html title: Forms description: Default form control styles. --- ## Forms Shoelace gives you beautiful forms without hassle. Most form controls don’t need a special class for styling. ### Form Controls Form controls are styled at 100% of the width of their parent element.
| Input Type | Example |
|---|---|
<input type="checkbox"> |
|
<input type="color"> |
|
<input type="date"> |
|
<input type="email"> |
|
<input type="file">
File inputs aren’t supported. Use a [file button](buttons.html#file-buttons) instead. |
|
<input type="number"> |
|
<input type="password"> |
|
<input type="radio"> |
|
<input type="range"> |
|
<input type="search"> |
|
<input type="text"> |
|
<input type="time"> |
|
<select> |
|
<textarea> |