ラジオボタン

コンポーネントの情報 {#component-data}

コンポーネントの値 {#component-value}

属性タイプ説明
itemsarray項目一覧

items {#component-value-items}

属性タイプ説明
itemIdstring項目 ID
itemNamestring項目名

Response Example {#component-data-example}

[  {    "componentType": "CP_RADIO",    "componentName": "ラジオボタン",    "componentId": "80c42a27-1234-1234-1234",    "componentCustomId": "custom-id-001",    "componentLabel": "果物",    "componentValue": {      "items": [        {          "itemId": "80c42a27-1234-1234-1234",          "itemName": "りんご"        }      ]    }  }]