我在表单中定义了一个复选框:
$form['membership_block']['membership_info_is_verified'] = array(
'#type' => 'checkbox',
'#title' => t('<strong>I confirm my information is correct.</strong>'),
'#description' => t('Select the checkbox here to confirm your information is correct, then be sure to <strong>click the Save button</strong> below to save your change.'),
);
我希望标题和描述被一个浅绿色背景的框包围。我无法弄清楚如何指定这一点。