-
Notifications
You must be signed in to change notification settings - Fork 47
Basic Fields
Home> CHEFS Components > Form Builder Components > Basic Fields
![]() |
The basic fields in the Form Builder are commonly used in traditional web forms. You'll likely be familiar with these components if you've used a Form Builder before. |
|---|
Page content:
- Text Field
- A Multi-Line Text
- Select List
- Checkbox
- Checkbox Group
- Radio Group
- Number
- Phone Number
- Date Time
- Day
A Text Field can be used for short and general text input. There are options to define input masks and validations, allowing users to develop information into desired formats.

A multi-line input field, also known as a Text Area, provides users with a larger space to input and edit text compared to a regular single-line Text Field. It allows users to enter multiple lines of text, making it suitable for longer messages, descriptions, or comments.

A select list field, also known as a dropdown or drop-down list, is a user interface component that presents a list of predefined options for selection. It allows users to choose one option from a list of available choices.

A checkbox is a user interface element used for binary selections. Users can click on the checkbox to toggle between a checked and unchecked state. It is commonly used to represent options or preferences that users can select or deselect with a simple click.

