- You can add disable a radio button by adding the disabled HTML attribute to both the <label> and the <input>.
+ You can disable a radio button by adding the disabled HTML attribute to both the <label> and the <input>.
diff --git a/docs/documentation/form/radio.html b/docs/documentation/form/radio.html index c3229593..46fe2df7 100644 --- a/docs/documentation/form/radio.html +++ b/docs/documentation/form/radio.html @@ -92,7 +92,7 @@ meta:
- You can add disable a radio button by adding the disabled HTML attribute to both the <label> and the <input>.
+ You can disable a radio button by adding the disabled HTML attribute to both the <label> and the <input>.