Mi chiedo come posso selezionare una casella per impostazione predefinita? L' #default_value
attributo è sbagliato?
$form['ios'] = array(
'#title' => t(''),
'#type' => 'checkboxes',
'#description' => t(''),
'#options' => $options,
'#default_value' => 'checked' // this is not working
);
Molte grazie!
true
?