{{ Form::label_styled('Mailchimp Interests', null, \App\Helpers\FormComponentHelper::SIZE_LARGE, 3) }}
@foreach($mailchimp_interests as $id => $name) {{ Form::checkbox_ex("mc_interests[{$id}]", !empty($selected_interests) && in_array($id, $selected_interests) ? 1 : 0, $name, null, null, 3) }} @endforeach