ToggleButtons. I then have another field which is a ViewField which I would like to regenerate depending on the option that is selected in the ToggleButtons field. $getRecord() in the view and then look at the value in the toggle field. The problem is that it only updates when the record is saved (as you would expect).view and viewData do not accept a closure for me to pass Get $get into it. I did attempt to find the field based on the $form using getComponent but with no luck