value property
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
Implementation
dynamic value;