Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<input type="checkbox" name="tel" id="tel" value="...."
<?php echo ($tel === 1 ? 'checked="checked"' : ''); ?> />
Telefonnummer veröffentlichen?
<br>
$tel = array(1,0,0,1,1);
// $i natürlich durch deine Zählervariable ersetzen ;)
if( $tel[$i] == 1 ) {
//checkbox stuff
}
if($tel == "1"){$checked == "checked";} elseif ($tel == "0") {$checked == "";}
echo '<input type="checkbox" name="tel" id="tel" value="...." checked="'.$checked.'" />';