MDL-87967 output: ensure disabled toggle elements show tooltip.
This commit is contained in:
@@ -35,7 +35,10 @@
|
||||
}}
|
||||
|
||||
<div class="form-check form-switch {{$extraclasses}}{{extraclasses}}{{/extraclasses}}">
|
||||
<input type="checkbox" class="form-check-input" id="{{$id}}{{id}}{{/id}}"
|
||||
<input
|
||||
type="checkbox"
|
||||
class="form-check-input pe-auto"
|
||||
id="{{$id}}{{id}}{{/id}}"
|
||||
{{$attributes}}
|
||||
{{#dataattributes}}data-{{name}}="{{value}}" {{/dataattributes}}
|
||||
{{#checked}}checked{{/checked}}
|
||||
|
||||
Reference in New Issue
Block a user