dcf.YesNo

The <dcf.YesNo> tag inserts a yes/no radio button question on a form.

Attributes

  • Label: The label that displays on the website by the question.
  • Name: The name attribute of the question to be submitted.
  • Record: TODO
  • Required: Whether or not the field is required.

Usage Notes

TODO

Examples

<dcf.YesNo Label="You have Dental Insurance" Name="DentalHave" Record="DentalOne" Required="true" />