BrowserList: WOBrowser { displayString = theCurrentValue; item = theCurrentItem; list = theList; multiple = true; selections = selections; size = ^size; } CheckboxLabelString: WOString { value = theCurrentValue; } CheckboxMatrix: WOSwitchComponent { WOComponentName = checkBoxComponentName; item = theCurrentItem; list = theList; maxColumns = ^maxColumns; width = ^width; selections = selections; goingVertically = ^goingVertically; shouldShowSelectAllButtons = ^shouldShowSelectAllButtons; cellVAlign = "top"; id = ^id; displayString = theCurrentValue; } IsBrowserConditional: WOConditional { condition = isBrowser; } IsCheckboxConditional: WOConditional { condition = isCheckBox; } IsJSEditorConditional: WOConditional { condition = isJSEditor; } JSEditor: ERXJSToManyRelationshipEditor { displayString = theCurrentValue; item = theCurrentItem; list = theList; selections = selections; }