Welcome Guest, Not a member yet? Register   Sign In
RadioButton not checked proper.
#2

[eluser]ghst[/eluser]
If i understood you right it could be like that:

Code:
$checkbox_array = array('name' => 'charges', 'value' => 'free', 'checked' => $charg['checked']);

echo form_radio($checkbox_array);

Form helper functions can be found here
http://ellislab.com/codeigniter/user-gui...elper.html


Messages In This Thread
RadioButton not checked proper. - by El Forum - 02-27-2012, 03:47 AM
RadioButton not checked proper. - by El Forum - 02-27-2012, 04:03 AM
RadioButton not checked proper. - by El Forum - 02-27-2012, 04:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB