WFRadioButton

The implementation of this Web Control shows a radio button on the page at run time.

Properties

Field Name Definition

Inherits

  • System.Web.UI.WebControls.RadioButton
  • WFDataBindingControl

Usage

  • Usually WFRadioButton is used to bind with Single Condition. The data type of WFRadioButton is Boolean only. Single Condition only supports Boolean data type.
  • Only set the binding name to the radio button that represents 'yes' or 'true'.  For the other radio button in the group (the one represents 'no' or 'false'), do not set the binding name/leave the binding name property empty. If you set the binding name for both radio buttons in the group, the auto-binding does not work. See ManagerApproval.aspx for example.
  • WFRadioButton is not the same as WFRadioButtonList. WFRadioButtonList only supports string data type. Do not use WFRadioButtonList to bind with a Single Condition, rather use a Multiple Condition AgileShape.