You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="jenkins-description">Toggle switches labels can update in real time to reflect their status by setting the <code>checkTitle</code> attribute.</p>
21
+
<pclass="jenkins-description">Try clicking on the toggle switch below to see how this works.</p>
22
+
23
+
<divclass="app-component-sample">
24
+
<f:toggleSwitchname="enable"
25
+
title="${%Disabled}"
26
+
checkedTitle="${%Enabled}"
27
+
checked="true"
28
+
tooltip="${%Enable or disable the current project}" />
0 commit comments