-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Is there a way where I can change the order of the HTML output for the checkbox and the value?
Right now it is currently:
<label class="visibility-label" for="visibility-toggle-26">
<span class="visibility-value">Title</span>
<input class="visibility-toggle" id="visibility-toggle-26" value="on" type="checkbox">
</label>
Is this what I would like instead:
<label class="visibility-label" for="visibility-toggle-26">
<input class="visibility-toggle" id="visibility-toggle-26" value="on" type="checkbox">
<span class="visibility-value">Title</span>
</label>
Metadata
Metadata
Assignees
Labels
No labels