Md Form Toggle Input Widget
Subclass of form associated input widgets that can be toggled.
Author
Maanrifa Bacar Ali
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Indicates the validity of the value of the element. If the value is invalid, this method also fires the invalid event on the element.
Link copied to clipboard
Performs the same validity checking steps as the checkValidity method. If the value is invalid, this method also fires the invalid event on the element, and (if the event isn't canceled) reports the problem to the user.
Link copied to clipboard
Sets a custom validity message for the underlying element.