bonjour; j'ai un souci avec le selectBooleanCheckbox

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

<table><tr><td>

<h:selectBooleanCheckbox id="date"></h:selectBooleanCheckbox></td>[/COLOR]
<td>
<h:outputText value="Date and Time" /></td></tr></table></td>
<td><table><tr><td><table><tr><td>
<table><tr><td>
<h:outputText value="Start Date" /></td>

<td>
<h:inputText value="#{search_2.object.eventDateTime}">
<f:convertDateTime pattern="dd/MM/yyyy" />
</h:inputText>

</td></tr></table></td></tr>

ce que je demande c'est comment faire pour activer et desactiver le champs du input text , selon si BooleanCheckbox est actif ou pas