<comp:checkbox name="accept_terms" caption="I have read and accept terms and conditions"/>
The checkbox is a valueholder containing a boolean value. When the checkbox is checked, value is true, otherwise value is false.
A checkbox component raises the click event when the user check or uncheck the component. See the Lion Events section for more information about events handled by lion components.