A checkbox allows you to select single values for submission in a form (or not). Source: MDN Web Docs
array(
'id' => 'textarea_1',
'type' => 'textarea',
'title' => 'Textarea',
// optional
'attributes' => array(
'placeholder' => 'do stuff',
),
),