こんにちは。質問があります。このコードではチェックボックスが、複数選択できてしまいます。
本来は、単一選択になると思うのですが、どこが間違っているのでしょうか?ご指導お願いいたします。
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>ドットインストール</title>
</head>
<body>
<fieldset>
<legend>お使いのスマホ</legend>
<label><input type="checkbox">IPhone</label>
<label><input type="checkbox" checked>Android</label>
<label><input type="checkbox">その他</label>
</fieldset>
</body>
</html>
この回答を見るにはプレミアムプランへの登録が必要です
プレミアムプランとは?