Align checkbox label to right

  • wallacec34
    Asked on November 10, 2015 at 5:29 PM

    I'd like to be able to have a check box to the LEFT of a form label. Looked on the forums and just couldnt find quite what I was looking for. 

    CHECKBOX - MyDesriptionGoesHERE

     

    In the example form you can see it displays:

    MyDesriptionGoesHERE - CHECKBOX

     

    Many thanks for any assistance. 

     

    Chris 

  • Welvin Support Team Lead
    Replied on November 10, 2015 at 11:07 PM

    Hi Chris,

    You can inject the following custom CSS codes to your form:

    [data-type="control_checkbox"] label {

    float: right;

    }

    Here's how to inject: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Thanks