Checkbox
An easily stylable checkbox component.
<form>
<p>
<a-form-associated-checkbox name="notify">Enable notifications</a-form-associated-checkbox>
</p>
<p>
<button type="reset">Reset</button>
<button type="submit">Test</button>
</p>
</form>
<script>
import { FormAssociatedCheckboxElement } from "@jsxtools/aui/elements/checkbox"
customElements.define("a-checkbox", FormAssociatedCheckboxElement)
</script>