@if (headingText) { @switch (headingLevel) { @case (3) {

{{ headingText }}

} @case (4) {

{{ headingText }}

} @case (5) {
{{ headingText }}
} @default { {{ headingText }} } }
@if (required) { {{ 'skyux_form_group_required' | skyLibResources }} } @if (helpPopoverContent || helpKey) { }
}
@if (hintText) {
{{ hintText }}
}