CheckboxInputElement constructor

CheckboxInputElement()

Implementation

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