insertCheckbox method

dynamic insertCheckbox(
  1. String text
)

Add a checkbox to the current editor

Implementation

insertCheckbox(String text) async {
  await executeJavascript("insertCheckbox('$text');");
}