{{ Form::label_styled('Theme Name:', 'source-data-label', \App\Helpers\FormComponentHelper::SIZE_LARGE) }}
{{ Form::text_styled('child_theme_name', null, 'account-pages-text-input md-lg', null) }}
{{ Form::hidden('active', 0) }}
{{ Form::checkbox('active', 1, null, ['class' => 'brand-checkbox no-fade']) }}
{{ Form::label_styled('Documentation:', 'source-data-label', \App\Helpers\FormComponentHelper::SIZE_LARGE) }}
{{ Form::text_styled('theme_documentation', null, 'account-pages-text-input md-lg', null) }}