[
https://issues.apache.org/jira/browse/TOBAGO-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16142927#comment-16142927
]
Udo Schnurpfeil commented on TOBAGO-1776:
-----------------------------------------
Currently, the solution works not with keyboard + <tab>...
> Style RadioButton/Checkbox only by CSS
> --------------------------------------
>
> Key: TOBAGO-1776
> URL: https://issues.apache.org/jira/browse/TOBAGO-1776
> Project: MyFaces Tobago
> Issue Type: Improvement
> Components: Core
> Affects Versions: 3.0.4
> Reporter: Henning Noeth
> Assignee: Henning Noeth
> Priority: Minor
> Fix For: 4.0.0
>
>
> Currently Tobago renders checkboxes and radiobuttons as follows:
> {code}<label>
> <input type="radio">Text
> </label>{code}
> To style a radio button, pseudo css elements are needed. But input cannot
> have content. This includes pseudo elements.
> A pseudo element could be created on the label. But the style cannot depend
> on the status of the input tag, because CSS have not a parent() selector.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)