function payload = guiInit(~)
    import simian.gui.*;
    
    % Create the form and load the json builder into it.
    form = Form(FromFile=fullfile(fileparts(mfilename("fullpath")), "form.json"));
    
    payload = struct(...
        "form", form{navbar}{enable_change_detection});
end
