<%-- -- WebWork, Web Application Framework -- -- Distributable under LGPL license. -- See terms of license at opensource.org -- -- -- checkbox.jsp -- -- 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: -- * id - sets the id of the HTML INPUT tag. -- * disabled - DISABLED parameter of the HTML INPUT tag. -- * tabindex - tabindex parameter of the HTML INPUT tag. -- * onchange - onkeyup parameter of the HTML INPUT tag. --%> <%@ taglib uri="webwork" prefix="webwork" %> <%@ include file="/template/standard/controlheader.jsp" %> checked="checked" name="" value="" checked="checked" id="" class="" style="" DISABLED tabindex="" onchange="" /> <%@ include file="/template/standard/controlfooter.jsp" %>