# Button

A field that creates a button. The button will change value depending on whether is pressed or not.&#x20;

### Initial Parameters

<table data-header-hidden><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Parameter</td><td>Description</td><td></td></tr><tr><td>Pressed Value</td><td>User can set a value for when the button is pressed.</td><td></td></tr><tr><td>Unpressed Value</td><td>User can set a value for when the button is not pressed.</td><td></td></tr><tr><td>Button colour</td><td>User can give the button a colour.</td><td></td></tr><tr><td>Use Icon instead of field name</td><td>Allows user to use an awesome icon instead of a field name within the button.</td><td></td></tr><tr><td>Show Tab Style Toggle View Exists</td><td>Replaces the button with a tab.</td><td></td></tr><tr><td>Enable Field in "show more"</td><td>Moves the field into the "show more" section to reduce clutter on the main view.</td><td></td></tr></tbody></table>


---

# 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://manual.blocworx.com/blocworx-documentation/bloc-editor/fields-tools-and-charts/input-fields/button.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.
