<?php 
echo $form->checkboxListGroup($ReisSearchForm, 'body_sea', ['widgetOptions' => ['data' => Reis::getTransportTypeSea(), 'htmlOptions' => []]]);
?>
					</section>
				</div>
				<div id="transport_type_block_train" style="display:none">
					<section class="col-md-4 show-green">
						<?php 
echo $form->checkboxListGroup($ReisSearchForm, 'body_train', ['widgetOptions' => ['data' => Reis::getTransportTypeTrain(), 'htmlOptions' => []]]);
?>
					</section>
				</div>
				<div id="transport_type_block_air" style="display:none">
					<section class="col-md-4 show-green">
						<?php 
echo $form->checkboxListGroup($ReisSearchForm, 'body_air', ['widgetOptions' => ['data' => Reis::getTransportTypeAir(), 'htmlOptions' => []]]);
?>
					</section>
				</div>
				<div id="transport_type_block_river" style="display:none">
					<section class="col-md-4 show-green">
						<?php 
echo $form->checkboxListGroup($ReisSearchForm, 'body_river', ['widgetOptions' => ['data' => Reis::getTransportTypeRiver(), 'htmlOptions' => []]]);
?>
					</section>
				</div>
				<div id="transport_type_block_multi" style="display:none">
					<section class="col-md-4 show-green">
						<?php 
echo $form->checkboxListGroup($ReisSearchForm, 'body_multi', ['widgetOptions' => ['data' => Reis::getTransportTypeMulti(), 'htmlOptions' => []]]);
?>
Exemple #2
0
                        <?php 
echo $form->checkboxListGroup($Reis, 'body', ['widgetOptions' => ['data' => Reis::getTransportTypeSea(), 'htmlOptions' => ['name' => 'Reis[body_sea]']], 'label' => Reis::getSomeOptsByTransportType(20, "body_name", "Need translate for=[body_name],id=[20]")]);
?>
                        </section>
                    </div>
                    <div id="transport_type_block_train" style="display:none">
                        <section class="col-md-4 checkbox-list-bg show-green">
                        <?php 
echo $form->checkboxListGroup($Reis, 'body', ['widgetOptions' => ['data' => Reis::getTransportTypeTrain(), 'htmlOptions' => ['name' => 'Reis[body_train]']], 'label' => Reis::getSomeOptsByTransportType(21, "body_name", "Need translate for=[body_name],id=[21]")]);
?>
                        </section>
                    </div>
                    <div id="transport_type_block_air" style="display:none">
                        <section class="col-md-4 checkbox-list-bg show-green">
                        <?php 
echo $form->checkboxListGroup($Reis, 'body', ['widgetOptions' => ['data' => Reis::getTransportTypeAir(), 'htmlOptions' => ['name' => 'Reis[body_air]']], 'label' => Reis::getSomeOptsByTransportType(22, "body_name", "Need translate for=[body_name],id=[22]")]);
?>
                        </section>
                    </div>
                    <div id="transport_type_block_river" style="display:none">
                        <section class="col-md-4 checkbox-list-bg show-green">
                        <?php 
echo $form->checkboxListGroup($Reis, 'body', ['widgetOptions' => ['data' => Reis::getTransportTypeRiver(), 'htmlOptions' => ['name' => 'Reis[body_river]']], 'label' => Reis::getSomeOptsByTransportType(72, "body_name", "Need translate for=[body_name],id=[72]")]);
?>
                        </section>
                    </div>
                    <div id="transport_type_block_multi" style="display:none">
                        <section class="col-md-4 checkbox-list-bg show-green">
                        <?php 
echo $form->checkboxListGroup($Reis, 'body', ['widgetOptions' => ['data' => Reis::getTransportTypeMulti(), 'htmlOptions' => ['name' => 'Reis[body_multi]']], 'label' => Reis::getSomeOptsByTransportType(73, "body_name", "Need translate for=[body_name],id=[73]")]);
?>