How to populate a Radio field with the existing response

Is there a way to add the
relationship()
to a Radio field as you can do with a Select field, so the response is automatically populated when editing the field? I'm able to populate the options using Model::all()->pluck('label', 'id'), but the existing response isn't selected when editing the entry.
Was this page helpful?