readOnly: true
rows:
  # a row element can be a group
  - _group: summary
  # or a _title
  - _title: Scores
  # or a _statement
  - _statement: Please enter the candidate scores
  # or the fields
  - iqScore
  # or an array of fields
  - [candidate, position, otherField: {readOnly: true}]
