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.
React
Checkbox — CometChat documentation.
import '@cometchat/uikit-elements';//import the web component package. const changeHandler = event => { console.log(event.detail.checked); } <cometchat-checkbox :labelText="Checkbox 1" :checked="true" @cc-checkbox-changed="changeHandler($event)" />
Was this page helpful?