EC-CUBE / EC-CUBE/ec-cube3

choice_widget_collapsedのblockが、checkboxに対応していない

Open
#16 0 comments 0 reactions 0 assignees View on GitHub
bug:Low
Dominant language
PHP
Stars
13
Forks
26
PR merge metrics
No merged PRs in 30d

Description

## 概要(Overview)
以下のようなcheckboxのフォームに、
choice_widget_collapsedが対応していない為、
新規会員登録では、チェックボックスが利用できません。
```
$builder->add('isAttending', 'choice', array(
'choices' => array(
'Yes' => 'yes',
'Maybe' => 'maybe',
'No' => 'no',
'Other'=>'other'
),
'multiple' =>true,
'expanded' =>true,
));
```

## 期待する内容(Expect) or 要望 (Requirement)
choice_widget_expandedのblockに、multipleが有効時の実装をお願いします。
\src\Eccube\Resource\template\default\Form\form_layout.twig

### 環境 (environment)
+ EC-CUBE: 3.0.16

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.