BrowserList: WOBrowser { displayString = theCurrentValue; item = theCurrentItem; list = theList; multiple = true; selections = selections; size = ^size; } CheckboxMatrix: WOCheckboxMatrix { item = theCurrentItem; list = theList; maxColumns = ^maxColumns; selections = selections; } IsBrowserConditional: WOConditional { condition = isCheckBox; negate = true; } IsCheckboxConditional: WOConditional { condition = isCheckBox; } String: WOString { value = theCurrentValue; }