Getting this:
Warning: in_array() expects parameter 2 to be array, string given in C:\Program Files (x86)\Ampps\www\koolreport\packages\inputs\CheckBoxList.tpl.php on line 9
With this code:
<?php
CheckBoxList::create(array(
"name"=>"IsMVP",
"data"=>array(
"Yes"=>"Y",
"No"=>"N",
)
));
?>
Not sure what is going on, the documentation for this item is pretty messy. Also is there no simple checkbox input control?