Let\'s say I have the following class:
public class Foo { public bool? isChecked{ get; set;} public Dictionary Children { get; set; }