function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vadivel MuruganVadivel Murugan 

Check box

How to get checkbox value true or not in apex
Kamal BelayacKamal Belayac
hi ,  you only have to call the checkbox's field name ; for example a checkbox field for a defined account sobject instance a: a.mycheckboxname__c 
Bhushan Mahajan 5Bhushan Mahajan 5
hi,
Vadivel Murugan

you will written objectname.mycheckboxname__c.
and changed it's data types is boolean.