| Component | Description | Palette Section |
|---|---|---|
| Text Field | An input field for a single line of text. | (Woodstock) Basic |
| Text Area | An input field for multiple lines of text. | (Woodstock) Basic |
| Drop Down List | A drop-down menu, also referred to as a combo box. | (Woodstock) Basic |
| Listbox | A list from which the user can select either one item or multiple items, depending on how the component is configured. | (Woodstock) Basic |
| Checkbox | A single-character box that the user can either select (check) or clear. | (Woodstock) Basic |
| Radio Button | A single radio button that the user can select (check). | (Woodstock) Basic |
| Password Field | An input field that echoes the input characters with a replacement character to mask the input. | (Woodstock) Basic |
| File Upload | A component with a text input field and a Browse button that displays a file chooser for specifying a file to upload. The application uploads the specified file when the user submits the page. | (Woodstock) Basic |
| Add Remove | Two lists (one for available options, one for selected options) with buttons to move the options between the lists, and to order the selected options. | (Woodstock) Composite |
| Calendar | An input field and calendar for choosing dates. | (Woodstock) Basic |