フォームで定義されたチェックボックスがあります。
$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.'),
);
タイトルと説明文を薄緑色の背景のボックスで囲んでほしいです。これを指定する方法を理解できませんでした。