CheckboxInputElement constructor - CheckboxInputElement - dart:html library (original) (raw)
CheckboxInputElement()
Implementation
factory CheckboxInputElement() => new InputElement(type: 'checkbox');
CheckboxInputElement()
factory CheckboxInputElement() => new InputElement(type: 'checkbox');