</section>
					<section class="col-md-4 show-green">
						<?php 
echo $form->checkboxListGroup($ReisSearchForm, 'load_type_auto', ['widgetOptions' => ['data' => Reis::getTypeLoadUnload(), 'htmlOptions' => []]]);
?>
					</section>
					<section class="col-md-4 show-green">
						<?php 
echo $form->checkboxListGroup($ReisSearchForm, 'unload_type_auto', ['widgetOptions' => ['data' => Reis::getTypeLoadUnload(), 'htmlOptions' => []]]);
?>
					</section>
				</div>
				<div id="transport_type_block_sea" style="display:none">
					<section class="col-md-4 show-green">
						<?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' => []]]);
?>
Exemple #2
0
// echo $form->checkboxListGroup(
//                            $Reis,
//                            'unload_type',
//                            [
//                                'widgetOptions' => [
//                                    'data' => Reis::getTypeLoadUnload(),
//                                ]
//                            ]
//                        );
?>
                        </section>
                    </div>
                    <div id="transport_type_block_sea" style="display:none">
                        <section class="col-md-4 checkbox-list-bg show-green">
                        <?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]")]);
?>