CHAN Reference

Chan Home | Reference Home | Event Firing Order | web.config

   

Controls.Radio

   
  • Name Radio
  • CSS Class CC_Radio
  • Type bool

The Radio represents an input[type:radio] and they are grouped by their Group property. The RadioGroup control allows you to assign a text value depending on the radio that is checked in that group, all you have to do is create one with the same ID as each radio's Group property. You do not have to use a RadioGroup control to use radios and can rely only on their Group setting but you will then have to iterate each to determine which is checked.