DzCheckBox tristate

Hi, how do I set the initial value of DzCheckBox == NoChange?
 

	var wcheck_selfCollide = new DzCheckBox(wgroup_MaterialSettingsLeft);	wcheck_selfCollide.text = "Self Collide";	wcheck_selfCollide.tristate = true;    // what next?

Radio buttons don't work for me. A DzPushButton with checkable=true would work, but everything related to tristate is deprecated and does not function. The documentation doesn't refer to how to replace deprecated functionality.

Sign In or Register to comment.