Wikiki / bulma-switch

Bulma's extension to display checkbox as a switch
MIT License
109 stars 67 forks source link

Add text into switch #43

Closed francesco-loreti closed 2 years ago

francesco-loreti commented 4 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.