[
https://issues.apache.org/jira/browse/WICKET-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14070155#comment-14070155
]
ASF subversion and git services commented on WICKET-5650:
---------------------------------------------------------
Commit f9668b5ea6d4dfc196409dff588a06dd5b9ea571 in wicket's branch
refs/heads/wicket-6.x from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=f9668b5 ]
WICKET-5650 Make is possible to position the choice label before/after/around
the choice
> 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)