codeigniter_bootstrap_form_builder
codeigniter_bootstrap_form_builder copied to clipboard
radio button default
how can you set a default value for a group of radio buttons, so that one of them is pre-selected? or a checkbox?
It's currently possible by adding a 'checked' => TRUE to a radio button or checkbox option. But it might be more logical to use the value element on the radio button or checkbox group itself.