dcf.Checkbox

The <dcf.Checkbox> tag inserts a checkbox on a form.

Attributes

  • LongLabel: The label that displays on the website by the checkbox.
  • Name: The name attribute of the checkbox to be submitted.
  • Record: TODO

Usage Notes

TODO

Examples

<dcf.Checkbox Name="FullTime" LongLabel="Employed full time" Record="Registration" />