Forms

Form components for user input and data collection.

Input Fields

Input fields should have clear labels and provide helpful placeholder text when appropriate.

Textarea

Textareas are used for longer form inputs that require multiple lines of text.

Checkboxes & Radio Buttons

Checkboxes allow multiple selections, while radio buttons allow only one selection from a group.