CheckboxInputElement constructor - CheckboxInputElement - dart:html library (original) (raw)

description

CheckboxInputElement()

Implementation

factory CheckboxInputElement() => new InputElement(type: 'checkbox');