'#default_value'=>$defaults['title']??t('About cookies on sitename.fr'),
'#required'=>TRUE,
'#title'=>t('Title of modal'),
];
// Cannot use the checkboxes element cause the #states/required not working.
$form['content']=[
'#type'=>'textarea',
'#default_value'=>$defaults['text']??t('Welcome! We use cookies to improve your experience and the services available on this site. To find out more, visit the <a href="#">Personal data and cookies</a> page. You can, at any time, have control over the cookies you want to activate.'),
'title'=>$this->configuration['title']??t('About cookies on sitename.fr'),
'content'=>$this->configuration['content']??t('Welcome! We use cookies to improve your experience and the services available on this site. To find out more, visit the <a href="#">Personal data and cookies</a> page. You can, at any time, have control over the cookies you want to activate..'),