{{!- add an optional slot here called <:label>-}}
{{or @label @name}}
{{!- add an optional slot here called <:input>?-}}
{{#if @expanded}}
{{else}}
{{/if}}
{{#let
(or @validations.help @help)
as |help|}}
{{#if help}}
{{!- add an optional slot here called <:help>?-}}
{{help}}
{{/if}}
{{/let}}
{{!- add an optional slot here called <:alert/error/success>?-}}
{{get (get @chart.state.context.errors @name) 'message'}}