Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)parag_NSISSeptember 17, 2008 at 9:39 AM#check box statusHi, I am very new to NSIS. I want to check the check box status whether iit is checked or not. My check box is on the .ini page. How can I do this?
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)ComperioSeptember 17, 2008 at 5:30 PM#Read the STATE value from your control in your page's leave function (1=checked; 0=not checked). It's all in the InstallOptions documentation.