@if($custom_field->type === 'Input')
@elseif($custom_field->type === 'TextArea')
@elseif($custom_field->type === 'Phone')
@elseif($custom_field->type === 'Url')
@elseif($custom_field->type === 'Number')
@elseif($custom_field->type === 'Dropdown')
@elseif($custom_field->type === 'Switch')
getCustomFieldValue($custom_field->id) ? 'checked=""' : '' }}>
@elseif($custom_field->type === 'Date')
@elseif($custom_field->type === 'Time')
@elseif($custom_field->type === 'DateTime')
@endif