How to preload value on Checkbox ?

how to set ejs-checkbox to checked true?



1 Reply

JS Janakiraman Sakthivel Syncfusion Team August 6, 2021 03:08 PM UTC

Hi Ivan Halim,  
 
We have checked the reported requirement and we are able to achieve this by using the checked property. Please check the below code snippet, demo sample and documentation link, 
 
 
<template> 
<ejs-checkbox label='CheckBox'  :checked="true"></ejs-checkbox> 
</template> 
 
  
  
 
For your convenience, we have prepared a sample for the above requirement. Please check the below sample link  
  
  
Could you please confirm whether this is your requirement or kindly get back to us with the detailed description about your requirement? If we misunderstood your requirement or need further assistance on this. 
 
Regards, 
Janakiraman S. 


Loader.
Up arrow icon