are there another ways to save the control state without having to write ${NSD_GetState} like this:
can nsis autosave it when switching to another page like innosetup does?
Function InstallTypePageLeave
${NSD_GetState} $rdoDev $rdoDev_State
${NSD_GetState} $rdoProd $rdoProd_State
FunctionEnd
im just curious if it will be possible in the next version of nsis.
thank you so much!