Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベースからデータをロードしています。データは(form_for)の形式で無線入力として表示されます。とにかくRailsをサポートします。グループ内の最初のラジオ入力を常にチェックするにはどうすればよいですか?
form_for
これを最初の radio_button に追加します。
:checked => true
モデルから使用している場合は、シンプルなフォームを強くお勧めします