UNPKG

274 BJavaScriptView Raw
1import { Checkbox } from "@material/web/checkbox/internal/checkbox.js";
2import { styles } from "@material/web/checkbox/internal/checkbox-styles.js";
3export class EwCheckbox extends Checkbox {
4}
5EwCheckbox.styles = [styles];
6customElements.define("ew-checkbox", EwCheckbox);