array(
'id' => 'unique_option_301',
'type' => 'checkbox',
'title' => 'Checkbox Field',
'label' => 'Yes, Please do it.'
),
array(
'id' => 'unique_option_302',
'type' => 'checkbox',
'title' => 'Checkbox Field',
'label' => 'Yes, Please do it.',
'default' => true
),
array(
'id' => 'unique_option_303',
'type' => 'checkbox',
'title' => 'Checkbox Field',
'options' => array(
'bmw' => 'BMW',
'mercedes' => 'Mercedes',
'audi' => 'Audi',
),
),