---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../modules.md) / [scaffold](../index.md) / ScaffoldChoice

# Interface: ScaffoldChoice

Defined in: [packages/b2c-tooling-sdk/src/scaffold/types.ts:53](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/scaffold/types.ts#L53)

Choice option for choice/multi-choice parameters

## Properties

### label

> **label**: `string`

Defined in: [packages/b2c-tooling-sdk/src/scaffold/types.ts:57](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/scaffold/types.ts#L57)

Human-readable label for this choice

***

### value

> **value**: `string`

Defined in: [packages/b2c-tooling-sdk/src/scaffold/types.ts:55](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/scaffold/types.ts#L55)

The value to use when this choice is selected
