[ 
https://issues.apache.org/jira/browse/WICKET-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14070159#comment-14070159
 ] 

ASF subversion and git services commented on WICKET-5650:
---------------------------------------------------------

Commit 4ec4a07fa63ee7540af4352cb9cdb41a85ea1a2f in wicket's branch 
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=4ec4a07 ]

WICKET-5650 Make is possible to position the choice label before/after/around 
the choice

(cherry picked from commit f9668b5ea6d4dfc196409dff588a06dd5b9ea571)


> 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: 6.16.0, 7.0.0-M2
>            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