チェックボックスを配置、トグルする (Showing a togglable checkbox)
カーソル行の行頭にチェックボックスを配置したりトグルしたりするJavaScriptの関数。(JavaScript function for showing a togglable checkbox) code:js
トグルしたい文字列の配列を引数として実行します。 (Execute with array of character strings to be toggled as argument)
文字列はアイコン記法等でもOKです。配列の要素数は3個でも4個でもOKです。
ボックスを置いたり消したりしたい場合は (If you want to put a box on or off)
code:js
のように空文字が含まれる配列を渡します。 (Execute with array containing an empty string)