visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
290 stars 47 forks source link

Feature: Add checkBoxReadOnly property which can override readOnly for checkbox #249

Open gklamm opened 7 months ago

gklamm commented 7 months ago

This PR add checkBoxReadOnly property, which can override readOnly for checkbox. This allow checkbox to be checked or unchecked while readOnly is set to true.