Skip to content

Change html output? #3

@kevinkashou

Description

@kevinkashou

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions