08-03-2021 04:38 AM
Hi All,
I have a Radio button which has 3 options to select/deselect particular item. The property of radio buttons is such that atleast one among 3 options will always be selected by default, so is there any way to make all the 3 options unchecked(setting it to false)during initialization of software?
08-03-2021 04:56 AM - edited 08-03-2021 04:56 AM
Right click the border, and select "Allow No Selection".
If you want that to be the default, select the selected item to select nothing, then right click and select "Data Operations>Make Current Value Default".
You can also set the value at startup with a local or property node (Value or Value Signaling).