Changeset with radio buttons

Hey @boiserunner you need to set a checked attribute on the input that has the value you’ve set. Something like:

<input type="radio" ... checked={get_field(@changeset, :distance_id) == vd.id) />