diff --git a/README.md b/README.md index 8aaf61c..959aef8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,80 @@ -# How to work with checkboxes in unbound mode in wpf treeview? -This example describes how to work with check boxes in unbound mode in wpf treeview +# How to work with checkboxes in unbound mode in WPF TreeView + +This example describes how to work with check boxes in unbound mode in [WPF TreeView](https://www.syncfusion.com/wpf-controls/treeview) (SfTreeView). + +You can directly set the checkbox state by setting the [TreeViewNode.IsChecked](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeView.Engine.TreeViewNode.html#Syncfusion_UI_Xaml_TreeView_Engine_TreeViewNode_IsChecked) property value while creating nodes. + +``` xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +``` \ No newline at end of file