A.コードへ記述を追加すれば可能です。

●表示例

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/29ce72ce-b5fb-4524-9e3d-58faa2eda9e6/image_(4).png

以下コードの、input要素のところに、style=“display: block;” という記述を追加すれば、縦積みにすることは可能です。

----
{% for group in product.selling_plan_groups %}
<fieldset>
  <legend>{{ group.name}}</legend>
  {% for selling_plan in group.selling_plans %}
    <input type="radio" name="selling_plan" value="{{ selling_plan.id }}">
    {{ selling_plan.name }}
  {% endfor %}
</fieldset>
{% endfor %}
----

詳細のサポートは有償となりますので、お問い合わせください。

<aside> <img src="/icons/checklist_purple.svg" alt="/icons/checklist_purple.svg" width="40px" /> ヘルプページ