Ich frage mich, wie ich ein Kontrollkästchen standardmäßig aktivieren kann. Ist #default_value
das falsche Attribut?
$form['ios'] = array(
'#title' => t(''),
'#type' => 'checkboxes',
'#description' => t(''),
'#options' => $options,
'#default_value' => 'checked' // this is not working
);
Danke vielmals!
true
?hast du es versucht
Oskar
quelle