Hello Guest

Author Topic: Checkbox & Radio Buttons  (Read 3245 times)

larryapple

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 14
    • View Profile
Checkbox & Radio Buttons
« 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.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Checkbox & Radio Buttons
« Reply #1 on: June 09, 2013, 09:29:45 am »
ToggleButton.IsOn = true | false; should do the job