<.simple_form :let={f} for={@changeset} action={@action}> <.error :if={@changeset.action}> Oops, something went wrong! Please check the errors below. <.input field={f[:name]} type="text" label="Name" /> <.input field={f[:enabled]} type="checkbox" label="Enabled" /> <:actions> <.button>Save Oidc app