I have the following code in JSF-2 Mojarra 2.0.8 running on Tomcat 7
Use a simple Boolean value in your backing bean:
private Boolean choice; // getter and setter
And in the facelet:
.. .. ..