मुझे आश्चर्य है कि मैं कैसे डिफ़ॉल्ट रूप से एक चेकबॉक्स की जांच कर सकता हूं? क्या #default_value
गलत विशेषता है?
$form['ios'] = array(
'#title' => t(''),
'#type' => 'checkboxes',
'#description' => t(''),
'#options' => $options,
'#default_value' => 'checked' // this is not working
);
आपका बहुत बहुत धन्यवाद!
true
?