Atur status kotak centang secara kondisional di React

<input type="checkbox" {checked ? 'checked' : ''} name="example" />
Timur Turbil