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>