エレメント - input radio
inputエレメントのtype radioは、現在のページにラジオ・ボタンを追加する場合に使用されます。
構文:
エレメント |
属性 |
値 |
エレメント/属性/値に関するメモ |
input |
type |
radio |
|
x1 |
整数 |
省略値は0 |
|
y1 |
整数 |
省略値は0 |
|
width |
整数 |
省略値は12 |
|
height |
整数 |
省略値は12 |
|
value |
文字列 |
|
例
<input type="radio-group" name="RADIO1" length="10">
<input type="radio" value="RAD1" x1="120" y1="540"/>
<input type="radio" value="RAD2" x1="140" y1="540" selected="true"/>
<input type="radio" value="RAD3" x1="160" y1="540"/>
</input>