visual-space / visual-editor

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

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

Open gklamm opened 4 months ago

gklamm commented 4 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.