Constructs a checkbox or radio button form field <INPUT>.
label specifies text that the VI inserts between HTML in and the HTML code that the VI creates.
html form content in is a string to which the HTML code created by the VI is appended.
name specifies the parameter name of the form field.
type is the button type. The default creates a checkbox button. You also can create a radio button.
value contains the text you want to associate with the button.
initially checked specifies whether the button initially contains a selection mark. The default is FALSE, which means the button does not appear selected.
html form content out contains label, html form content in, and the HTML code that the VI constructs.