load( a!gridRowLayout( contents: { a!radioButtonField( label: "label", choiceLabels: { ri!student[ri!index].stud_id }, choiceValues: { "1" } ), a!textField( value: ri!student[ri!index].stud_name, saveInto: ri!student[ri!index].stud_name, readonly: true ), a!textField( value: ri!student[ri!index].stud_lastName, saveInto: ri!student[ri!index].stud_lastName, readonly: true ), a!textField( value: ri!student[ri!index].stud_hobby, saveInto: ri!student[ri!index].stud_hobby, readonly: true ), a!textField( value: ri!student[ri!index].stud_dob, saveInto: ri!student[ri!index].stud_dob, readonly: true ), a!textField( value: ri!student[ri!index].stud_placeBirth, saveInto: ri!student[ri!index].stud_placeBirth, readonly: true ), a!textField( value: ri!student[ri!index].stud_areaInterest, saveInto: ri!student[ri!index].stud_areaInterest, readonly: true ) }, id: ri!index ) )