UNPKG

@furo/ui5

Version:
14 lines (11 loc) 359 B
import { FormBool } from './form-bool.js'; /** * `form-furo-fat-bool` is a `form` context renderer. * * It uses furo-ui5-checkbox-input as the renderer * * @summary form renderer for `furo.fat.Bool` * @element form-furo-fat-bool */ export class FormFuroFatBool extends FormBool {} window.customElements.define('form-furo-fat-bool', FormFuroFatBool);