CheckboxInputElement constructor

CheckboxInputElement()

Implementation

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