I want to select the menu item on the item text click instead of selecting the checkbox. I have tried various things but I'm not able to find any solution to do so.
For example here is my simple list, I want to select the Newton's First Law by just clicking on the text.

<TreeView showCheckbox={true}
items={this.props.treeViewData}
onCheckItem={this.handleTreeViewOnClick.bind(this)} />
Please help me with this.
I want to select the menu item on the item text click instead of selecting the checkbox. I have tried various things but I'm not able to find any solution to do so.
For example here is my simple list, I want to select the

Newton's First Lawby just clicking on the text.Please help me with this.