Add missing icons

This commit is contained in:
Lea Verou
2024-12-23 02:17:39 -05:00
parent 3b10933151
commit d5fe23ab39
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ title: Checkbox
description: Checkboxes allow the user to toggle an option on or off.
tags: [inputs, forms]
native: checkbox
icon: checkbox
---
```html {.example}

View File

@@ -2,6 +2,7 @@
title: Input
description: Inputs collect data from the user.
tags: [inputs, forms]
icon: input
native: input
keywords: textfield text field
---