public RegistryCheckBox(RegistryValue value) {
   this(value, value.getDescription(), null);
 }