smarty_modifier_checkbox (line
18)
smarty modifier:チェックボックス用フィルタ
sample:
<input type="checkbox" name="test" {""|checkbox}>
<input type="checkbox" name="test" {"1"|checkbox}>
<input type="checkbox" name="test">
<input type="checkbox" name="test" checked="checked">
string
smarty_modifier_checkbox
(string $string)
-
string
$string: チェックボックスに渡されたフォーム値(スカラーのみ)