so I have my observable array
answer: ko.observableArray("")
and I'm trying to use data-bind to access just answer()[0]
<div id="iAnswer" style="display: inline-block; text-align: right; width: 80%; border: 0px;"
data-bind="dxTextBox: { value: answer()[$data.index], text:$data.answer}"></div>
$data.index is equal to 0 when its getting passed through.