Skip to main content

Check Box remaining checked in runtime modification

Comments

1 comment

  • Zack Robison
    The error is because the "Checked" property of a CheckBoxFormItem is a boolean value, not a string like what you're trying to feed it.  So you need to change that. I assume that the "Favorite" value is already a boolean; if that is the case then you should be fine using the System Convert.ToBoolean method.  If you don't also have a way to persist the checked boxes, I would look into using the Set/Get External Value activities.
    0

Please sign in to leave a comment.