Closed francesco-loreti closed 2 years ago
Add text to switch
<label class="has-text-inside has-text-white"> <span aria-hidden="true" class="switch-active">Yes</span> <span aria-hidden="true" class="switch-inactive">No</span> </label>
Without the has-text-inside CSS class, span tags are created to the left of the switch and displayed based on your selection.
has-text-inside
Add text to switch
Without the
has-text-inside
CSS class, span tags are created to the left of the switch and displayed based on your selection.