value property

dynamic value
getter/setter pair

The value is the defaultvalue along with the items or options depending on whether the ControlType requires items or options to be given. If the ControlType is a bool the value should also be a bool. If the ControlsType is a DropDown the value should be a MapR containing the int selected and the items in the form of a List with Strings. If the ControlType is a Radio the value should be a Map containing int selected and List options. If the ControlType is range the Map should contain max, min and selected. All three are doubles.

Implementation

dynamic value;