checked
Description
Optional. Defines whether a checkbox is checkedUsage
value?: boolean;
Parameters
true- a checkbox is checkedfalse- (default) a checkbox is not checked
Example
<template>
<Checkbox :value="true"/>
</template>
Related article: Setting the checked state
Related sample: Checkbox