Searched defs:checkbox (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dutils.php199 * Return html code to create checkbox form input fields
206 function checkbox ( $flag, $value ) function
208 return "<input type=\"checkbox\" value=\"on\" name=\"$flag\"" .
357 // for this option. If it is a checkbox, this means
442 echo "<td>", checkbox ( $flag, $value ), "</td><td><strong>$flag</strong></td>";
444 } else { // don't display checkbox for non-on/off flags

Completed in 33 milliseconds