| Button Card | Selection using rich card components with icons, titles, and descriptions. | Special | card selection rich | stable |
| Button Checkbox | Multiple selection using button-style toggles for visual multi-select. | Toggle | checkbox button multi-select | stable |
| Button Radio | Radio group styled as segmented buttons for visual selection. | Selection | radio button segmented | stable |
| Checkbox | A boolean checkbox field for accepting terms, toggling options, or confirming choices. | Toggle | checkbox boolean toggle | stable |
| Checkbox Group | Multiple selection from a list of options using checkboxes. | Toggle | checkbox group multiple | stable |
| Combobox | Searchable dropdown with autocomplete for finding options quickly. | Selection | combobox autocomplete search | stable |
| Date Picker | Calendar-based date selection with configurable constraints. | Special | date calendar picker | stable |
| Date Range | Calendar-based selection for date ranges like booking periods or date filters. | Special | date range calendar | stable |
| Hidden | Invisible field that resolves a dynamic value at runtime — timestamps, URLs, IP addresses, UTM params, and more. | Special | hidden resolver tracking | stable |
| HTML Content | Render custom HTML or React components within a form for static content. | Special | html content static | stable |
| Input Group | Text input with prefix and/or suffix elements for formatted inputs. | Text | input group prefix | stable |
| Native Select | Native HTML select dropdown for simple selection needs with maximum browser compatibility. | Selection | select native dropdown | stable |
| OTP Input | One-time password input with individual digit boxes for verification codes. | Special | otp verification code | stable |
| Radio Group | Single selection from a list of options using radio buttons. | Selection | radio selection single | stable |
| Select | A dropdown select field for choosing from a list of options. Uses Radix UI for accessibility. | Selection | select dropdown options | stable |
| Slider | A draggable slider for selecting numeric values or ranges. Supports single, range, and multi-thumb variants. | Special | slider range number | stable |
| Switch | A toggle switch for boolean values with a more prominent visual than checkbox. | Toggle | switch toggle boolean | stable |
| Switch Group | Multiple toggle switches for selecting multiple options with prominent visual feedback. | Toggle | switch group multiple | stable |
| Text Input | A basic text input field for single-line text entry. Supports text, email, and tel input types. | Text | input text email | stable |
| Textarea | Multi-line text input for longer content like messages, descriptions, or comments. | Text | textarea multiline text | stable |