UNPKG

272 BJavaScriptView Raw
1import { CheckboxBase } from "@material/mwc-checkbox/mwc-checkbox-base";
2import { styles } from "@material/mwc-checkbox/mwc-checkbox.css";
3export class EwtCheckbox extends CheckboxBase {
4}
5EwtCheckbox.styles = [styles];
6customElements.define("ewt-checkbox", EwtCheckbox);