# setLabelText

### Parameters

1. controlId => Id of the control
2. labelText => the new text, you want to set

### Example Usages

```javascript
   brixxApi.setLabelText("myCheckBox", "Hello World");
```
