CheckboxInputElement 构造函数

CheckboxInputElement()

实现

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