KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

How to make check box list items bold? #898

Open iRiyada opened this topic on on May 29, 2019 - 1 comments

iRiyada commented on May 29, 2019

This is how I create check box list with only one item. I want the item label to be bold. Is there any way?

<?php
CheckBoxList::create(array(
    "name"=>"having_task",
    "data"=>array(
        "مهام مسندة وقت الإجازة"=>"نعم"
        
    ),
 
));
?>
KoolReport commented on Jun 1, 2019

Sorry for our late reply. You do:

<style>
#having_task label
{
    font-weight:bold;
}
</style>

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None