# GroupBox

> Creates a GroupBox with no label.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

## GroupBox()

Creates a [GroupBox](/engine/6000.5/script-reference/unityengine/uielements/groupbox.md) with no label.

```csharp
public GroupBox()
```

## GroupBox(string)

Creates a [GroupBox](/engine/6000.5/script-reference/unityengine/uielements/groupbox.md) with a title.

```csharp
public GroupBox(string text)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The title text.
