Home
last modified time | relevance | path

Searched refs:SetCheckBox (Results 1 – 1 of 1) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php557 $this->SetCheckBox($w, $h, $objattr['fieldname'], $objattr['value'], $objattr['title'], $checked, $flags, (isset($objattr['disabled']) ? $objattr['disabled'] : false));
1012 function SetCheckBox($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled = false)
1014 function SetCheckBox($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled = false) global() function in Mpdf\\Form