Fix weird unnecessary attributes

these are free with HTML, why add them again?
This commit is contained in:
Tessa Kelly 2020-11-20 11:00:34 -08:00
parent 0cd41218af
commit 1f6e376392

View File

@ -172,9 +172,6 @@ internalView config =
]
, Html.label
[ for id_
, Widget.disabled config.isLocked
, Widget.checked (Just isChecked)
, Aria.controls id_
, classList
[ ( "Nri-RadioButton-RadioButton", True )
, ( "Nri-RadioButton-RadioButtonChecked", isChecked )