Checkbox
<vox-checkbox> is a themed checkbox.
html
<vox-checkbox name="subscribe" checked>
Subscribe to release announcements
</vox-checkbox>API
| Attribute | Type | Default | Description |
|---|---|---|---|
checked | boolean | false | Checked state |
name | string | — | Form field name |
value | string | on | Submitted value when checked |
required / disabled | boolean | false | Native states |
| Slot | Description |
|---|---|
| (default) | Label |