Checkbox (<disco-checkbox>)
A binary option toggle.

Usage
<disco-checkbox checked>Enable Wi-Fi</disco-checkbox>
Attributes
checked: Boolean attribute. If present, the box is checked.disabled: Disables interaction.
Properties
checked(boolean): Get or set the state.
Events
change: Fired when thecheckedstate changes due to user interaction.