# Core Fields

These fields are availble in the core version of VueFormGenerator.

* [`checkbox`](/vue-generators/develop/fields/core-fields/checkbox.md) - Checkbox for boolean values
* [`checklist`](/vue-generators/develop/fields/core-fields/checklist.md) - Checkbox list to select multiple values
* [`input`](/vue-generators/develop/fields/core-fields/input.md) - Common input field `NEW!`
* [`label`](/vue-generators/develop/fields/core-fields/label.md) - Static text (e.g. timestamp, creation time...etc)
* [`radios`](/vue-generators/develop/fields/core-fields/radios.md) - Radio buttons to select `NEW!`
* [`select`](/vue-generators/develop/fields/core-fields/select.md) - Select list
* [`submit`](/vue-generators/develop/fields/core-fields/submit.md) - This is a simple submit button
* [`textArea`](/vue-generators/develop/fields/core-fields/textarea.md) - Text area field


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://vue-generators.gitbook.io/vue-generators/develop/fields/core-fields.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
