MdCheckbox
Checkboxes allow users to select one or more items from a set. Checkboxes can turn an option on or off.
There's one type of checkbox in Material. Use this selection control when the user needs to select one or more options from a list.
See https://material-web.dev/components/checkbox/
Author
Maanrifa Bacar Ali
Constructors
Properties
The associated form element with which this element's value will submit.
Whether or not the checkbox is indeterminate.
Checkbox touch target.
Message to display when the component value is not valid.
Gets the element's current validity state.
Indicates that the element is a candidate for constraint validation.
Functions
Indicates the validity of the value of the element. If the value is invalid, this method also fires the invalid event on the element.
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.
Sets a custom validity message for the underlying element.