ラジオボタン

コンポーネント属性 {#component-attribute}

コンポーネント属性の種類 {#component-attribute-type}

種類コード説明
CP_RADIO001選択項目名の設定

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

属性タイプ説明
attributeTypestring属性の種類
attributeIdstring属性 ID
attributeNamestring属性名
attributeValueobject属性値

Response Example {#component-attribute-example}

[    {        "attributeType": "CP_RADIO",        "attributeId": "001",        "attributeName": "選択項目名の設定",        "attributeValue": {            "items": [                {                    "itemId": "64a2bc35-1234-1234-1234-93c0e6a58acd",                    "itemName": "項目名"                }            ]        }    }]