MDL-87967 output: ensure disabled toggle elements show tooltip.

This commit is contained in:
Paul Holden
2026-02-16 14:37:15 +00:00
parent e1c3872f65
commit 29afbfbbba
+4 -1
View File
@@ -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}}