I have dictionary which has string for key and struct for value. Struct is:
publicclassAtributesOfCheckBox{publicstring signalName {get;set;}publicbool checked_value {get;set;}}
How to bind Name for checkBox with signalName from this dictionary in XAML? Thank you.