I'm trying to figure out how to make a checkbox on a window so the user could select wether or not they want to see the window again. The code would maybe look something like this?
The "(method)" is where the missing method needs to go.
Any help would be much appreciated.

Code:
- ([COLOR="magenta"]BOOL[/COLOR])windowIsVisibleAtLaunch:([COLOR="magenta"]id[/COLOR])sender{
[[COLOR="teal"]welcomeWindow[/COLOR] ([COLOR="indigo"]method[/COLOR]):[[COLOR="teal"]welcomeCheckBox[/COLOR] [COLOR="indigo"]booleanValue[/COLOR]]];
}
Any help would be much appreciated.