libs-gsweb/Testing/DynamicElements/CheckBox2Page.gswc/CheckBox2Page.gswd

17 lines
226 B
Text
Raw Normal View History

2002-12-06 14:28:27 +00:00
#include "Base"
ACheckBox: GSWCheckBox
{
selection = checkBoxValue;
checked = isChecked;
};
CheckValue: GSWString
{
value = checkBoxValue;
};
IsCheckedValue: GSWString
{
value = isChecked;
};