Closed marmatys closed 6 years ago
Currently methods valueOf/valuesOf is inconsistent for checkbox and radiobutton. For checkbox it returns checked attribute, but for radiobutton it returns value attribute.
valueOf/valuesOf
checked
value
This PR adds for radiobutton same behaviour as it was for checkbox.
Currently methods
valueOf/valuesOf
is inconsistent for checkbox and radiobutton. For checkbox it returnschecked
attribute, but for radiobutton it returnsvalue
attribute.This PR adds for radiobutton same behaviour as it was for checkbox.