<form action="#">
    <fieldset>
        <legend>Checkbox <abbr title="Required">*</abbr></legend>
        <ul>
            <li><label for="checkbox1"><input id="checkbox1" name="checkbox" type="checkbox" checked="checked"> Choice A</label></li>
            <li><label for="checkbox2"><input id="checkbox2" name="checkbox" type="checkbox"> Choice B</label></li>
            <li><label for="checkbox3"><input id="checkbox3" name="checkbox" type="checkbox"> Choice C</label></li>
        </ul>
    </fieldset>
</form>
<form action="#">
	<fieldset>
		<legend>Checkbox <abbr title="Required">*</abbr></legend>
		<ul>
			<li><label for="checkbox1"><input id="checkbox1" name="checkbox" type="checkbox" checked="checked"> Choice A</label></li>
			<li><label for="checkbox2"><input id="checkbox2" name="checkbox" type="checkbox"> Choice B</label></li>
			<li><label for="checkbox3"><input id="checkbox3" name="checkbox" type="checkbox"> Choice C</label></li>
		</ul>
	</fieldset>
</form>
/* No context defined for this component. */
  • Handle: @checkboxes
  • Preview:
  • Filesystem Path: src/patterns/patterns/form-components/checkboxes/checkboxes.hbs

There are no notes for this item.