Me pregunto cómo puedo marcar una casilla de verificación por defecto. ¿Es #default_value
el atributo incorrecto?
$form['ios'] = array(
'#title' => t(''),
'#type' => 'checkboxes',
'#description' => t(''),
'#options' => $options,
'#default_value' => 'checked' // this is not working
);
¡Muchas gracias!
true
?has intentado?
Oskar
fuente