Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Set checkbox checked when the step is done.
Date: Tue, 30 Sep 2008 09:33:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 10
Message-ID: <gbsrod$8o8$1@fred.mathworks.com>
References: <gbsr1u$3ek$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1222767181 8968 172.30.248.37 (30 Sep 2008 09:33:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 30 Sep 2008 09:33:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1338633
Xref: news.mathworks.com comp.soft-sys.matlab:492892


"karen liew" <liewsheaushiang@yahoo.com> wrote in message <gbsr1u$3ek$1@fred.mathworks.com>...
> I am doing a GUI project requires user input step by step. I would like to remind the user which data is done. I am thinking to check the checkbox automatically according to the step. May I know is that possible doing so using MATLAB? If yes, how to do it? Thanks!

At the relevant step use

set(handles.checkbox1,'Value',1)

find the tag of each checkbox from the property inspector.