public RcpaRadioButton(RadioButton cbValue, String key, bool defaultValue) { this.cbValue = cbValue; this.cbValue.Checked = defaultValue; Adaptor = new OptionFileRadioButtonAdaptor(cbValue, key, defaultValue); Childrens.Add(cbValue); }