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

18 lines
253 B
Text
Raw Normal View History

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