Dart
dart:html
CheckboxInputElement
CheckboxInputElement factory constructor
description
CheckboxInputElement constructor
CheckboxInputElement
(
)
Implementation
factory
CheckboxInputElement() =>
new
InputElement(type:
'checkbox'
);