Martin Grigorov created WICKET-5650:
---------------------------------------

             Summary: Make is possible to position the choice label 
before/after/around the choice
                 Key: WICKET-5650
                 URL: https://issues.apache.org/jira/browse/WICKET-5650
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 7.0.0-M2, 6.16.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


At the moment components like RadioChoice and CheckBoxMultipleChoice render the 
<label> after the choice, e.g. <input id="inputId" type=".." .../> <label 
for="inputId">Some text</label>.
Some CSS frameworks (like Bootstrap and PureCSS) prefer the label to wrap the 
choice, e.g.: <label><input id="inputId" type=".." .../> Some text</label>.

It should be possible to tell Wicket how to render the label programmatically.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to