<?=$this->Form->create(null,['type' => 'post'])?> <ul class="list"> <?= $this->Form->input('reportType', [ 'type' => 'radio', 'options' => [ ['value' => 'blue', 'text' => '青'], ['value' => 'mint', 'text' => 'ミントグリーン'], ['value' => 'red', 'text' => '赤'] ['value' => 'white', 'text' => '白'] ['value' => 'purple', 'text' => '紫'] ['value' => 'yellow', 'text' => '黄'] ], 'templates' => [ 'nestingLabel' =>
