2D Toolkit Forum

2D Toolkit => Support => Topic started by: larryapple on June 09, 2013, 01:07:00 am

Title: Checkbox & Radio Buttons
Post by: larryapple on June 09, 2013, 01:07:00 am
How do pre-set the value I want in a checkbox and radio button? Sorry, I couldn't find a property or function for that.
Title: Re: Checkbox & Radio Buttons
Post by: unikronsoftware on June 09, 2013, 09:29:45 am
ToggleButton.IsOn = true | false; should do the job