views.html.helper.checkbox_Scope0
Generate an HTML input checkbox.
Example:
@checkbox(field = myForm("done"))
The form field.
Set of extra HTML attributes (id and label are 2 special arguments).
The field constructor.