チェックボックス
コンポーネントの情報 {#component-data}
コンポーネントの値 {#component-value}
| 属性 | タイプ | 説明 |
|---|
| items | array | チェックボックス |
items {#component-value-items}
| 属性 | タイプ | 説明 |
|---|
| itemId | string | 項目 ID |
| itemName | string | 項目名 |
Response Example {#component-data-example}
[ { "componentType": "CP_CHECKBOX", "componentName": "チェックボックス", "componentId": "80c42a27-1234-1234-1234", "componentCustomId": "custom-id-001", "componentLabel": "果物", "componentValue": { "items": [ { "itemId": "80c42a27-1234-1234-1234", "itemName": "りんご" }, { "itemId": "80c42a27-1234-1234-1234", "itemName": "バナナ" } ] } }]