Tôi tự hỏi làm thế nào tôi có thể kiểm tra một hộp kiểm theo mặc định? Là #default_value
thuộc tính sai?
$form['ios'] = array(
'#title' => t(''),
'#type' => 'checkboxes',
'#description' => t(''),
'#options' => $options,
'#default_value' => 'checked' // this is not working
);
Cảm ơn rất nhiều!
true
?