ElementCheckbox
Index
Interfaces
Interfaces
Options
Various options that can be passed along to ElementCheckbox.Create
optionalchecked
Whether the checkbox is checked by default or not
optionaldisabled
Whether the checkbox should be disabled or not
optionalname
The name of the input.
Particularly important when a radio
Options.type is specified, as all radios with the same name define a group of options.
optionalrequired
If a radio
Options.type is specified, this mandates that a radio must be selected within its Options.name-defined group
optionaltype
Whether the checkbox should serve as a checkbox or radio button
optionalvalue
The HTMLInputElement.value/HTMLInputElement.valueAsNumber associated with the checkbox when checked.
Defaults to "on"
if not specified.
Namespace for creating DOM checkboxes.