Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Angular
Checkbox — CometChat documentation.
<cometchat-checkbox [labelText]="'Checkbox 1'" [checked]="true" (cc-checkbox-changed)="changeHandler($event)" ></cometchat-checkbox>
import '@cometchat/uikit-elements';//import the web component package. changeHandler = (event: any) => { console.log(event.detail.url); }
Was this page helpful?