Code : Tout sélectionner
<!-- CASES -->
<label for="maraude">Faire des maraudes =></label>
<input type="checkbox" name="choixdon[]" value="maraude" class="wxc" id="maraude" <?php if(isset($_POST[ "choixdon"]) AND $_POST[ "choixdon"]=="maraude" ) {echo "checked='checked'";}?>>
<br>
<label for="objets">Donner un/des objets =></label>
<input type="checkbox" name="choixdon[]" value="objets" class="wxc" id="objets" <?php if(isset($_POST[ "choixdon"]) AND $_POST[ "choixdon"]=="objets" ) {echo "checked='checked'";}?>>
<br>
<label for="autre">Autre? (préciser) =></label>
<input type="checkbox" name="choixdon[]" value="autre" class="wxc" id="autre" <?php if(isset($_POST[ "choixdon"]) AND $_POST[ "choixdon"]=="autre" ) {echo "checked='checked'";}?>>
<br><br>