inputエレメントのtype radioは、現在のページにラジオ・ボタンを追加する場合に使用されます。
構文:
|
例
<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>