[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [StateLabel](./cautious-journey.statelabel.md)
## StateLabel interface
Grouped labels: the equivalent of a radio group.
Signature:
```typescript
export interface StateLabel extends BaseLabel, LabelSet
```
Extends: BaseLabel, LabelSet
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [values](./cautious-journey.statelabel.values.md) | Array<[StateValue](./cautious-journey.statevalue.md)> | Values for this state. |