Sets the HTTP submit name for this check box.
public void setSubmitName( String strName )
strName
The NAME attribute. This name should be unique on the form.
This name is used during HTTP form submission as the HTML NAME attribute.
See Also getSubmitName