= @form.date_field :value,
  id: @champ.input_id,
  aria: { describedby: @champ.describedby_id },
  value: @champ.value,
  required: @champ.required?,
  placeholder: 'aaaa-mm-jj',
  class: "width-33-desktop"