#disable_html_escaping() #* -- checkbox.vm -- -- Required Parameters: -- * label - The description that will be used to identfy the control -- * name - The name of the attribute to put and pull the result from -- Equates to the NAME parameter of the HTML INPUT tag -- * fieldValue - The value displayed by the control. Equates to the value -- of the HTML INPUT tag -- -- Optional Parameters: -- * disabled - DISABLED parameter of the HTML INPUT tag -- * tabindex - tabindex parameter of the HTML INPUT tag -- * onchange - onkeyup parameter of the HTML INPUT tag *# #if ($errors.get($parameters.name)) $errors.get($parameters.name) #end #* Use an extra table so that the checkbox doesn't align with the other columns. *#
#if ($errors.get($parameters.name)) #else #end $parameters.name
#parse("/template/standard/controlfooter.vm")