Welcome Guest, Not a member yet? Register   Sign In
Checkbox Group using Form helper
#2

[eluser]flaky[/eluser]
yep
Code:
//Controller
$data['checkbox_list'] = array('item_1', 'item_2');\

//View
<?php foreach($checkbox_list as $checkbox){ ?>
    <?php echo form_checkbox($checkbox, 'some_val'); ?>
<?php } ?>


Messages In This Thread
Checkbox Group using Form helper - by El Forum - 01-20-2010, 12:35 AM
Checkbox Group using Form helper - by El Forum - 01-20-2010, 01:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB