Jcheckbox.IsSelected()

From: robguay (robguay_at_yahoo.com)
Date: 04/29/04


Date: 29 Apr 2004 10:15:42 -0700

String myValue;

 boolean killuniverse = myCheckBox.isSelected();

   if (killuniverse == true);
    {
     myValue = "Box Was Checked";
    }

This seems to be true all the time.

Checked or Not Checked.

I do not understand.