/*Creates 2 context fields -- richText and radioButton -- that gives the appearance of a single radioButton field with Bold label, instructions, then radio button selections. This was created via a SAIL interface object in 16.1.*/ a!richTextDisplayField( label: "", labelPosition: "COLLAPSED", instructions: "Radio button instructions.", value: a!richTextItem(text:"Label", style: "STRONG"), saveInto: {}, refreshAfter: "UNFOCUS", readonly: true, validations: {} ), a!radioButtonField( label: "", labelPosition: "COLLAPSED", choiceLabels: {"Option 1", "Option 2"}, choiceValues: {1, 2}, saveInto: {}, choiceLayout: "STACKED", validations: {} )