Skip to main content
Commonmark migration
Source Link

###UPDATE(April 2019)

UPDATE(April 2019)

You can now directly insertCheckboxes(or removeCheckboxes) on a Range or RangeList without any workarounds. You can also change the checked value/unchecked value using alternate method signatures found in the documentation.

###Snippet:

Snippet:

SpreadsheetApp.getActive() .getRange('Sheet2!A2:A10') .insertCheckboxes(); 

###UPDATE(April 2019)

You can now directly insertCheckboxes(or removeCheckboxes) on a Range or RangeList without any workarounds. You can also change the checked value/unchecked value using alternate method signatures found in the documentation.

###Snippet:

SpreadsheetApp.getActive() .getRange('Sheet2!A2:A10') .insertCheckboxes(); 

UPDATE(April 2019)

You can now directly insertCheckboxes(or removeCheckboxes) on a Range or RangeList without any workarounds. You can also change the checked value/unchecked value using alternate method signatures found in the documentation.

Snippet:

SpreadsheetApp.getActive() .getRange('Sheet2!A2:A10') .insertCheckboxes(); 
Rollback to Revision 1
Source Link
TheMaster
  • 51.6k
  • 7
  • 76
  • 102

April 2019 update

###UPDATE(April 2019)

You can now directly insertCheckboxes(or removeCheckboxes) on a Range or RangeList without any workarounds. You can also change the checked value/unchecked value using alternate method signatures found in the documentation.

Snippet

###Snippet:

SpreadsheetApp.getActive() .getRange('Sheet2!A2:A10') .insertCheckboxes(); 

April 2019 update

You can now directly insertCheckboxes(or removeCheckboxes) on a Range or RangeList without any workarounds. You can also change the checked value/unchecked value using alternate method signatures found in the documentation.

Snippet

SpreadsheetApp.getActive() .getRange('Sheet2!A2:A10') .insertCheckboxes(); 

###UPDATE(April 2019)

You can now directly insertCheckboxes(or removeCheckboxes) on a Range or RangeList without any workarounds. You can also change the checked value/unchecked value using alternate method signatures found in the documentation.

###Snippet:

SpreadsheetApp.getActive() .getRange('Sheet2!A2:A10') .insertCheckboxes(); 
deleted 1 character in body
Source Link
Let Me Tink About It
  • 16.3k
  • 23
  • 109
  • 221

###UPDATE(April 2019)

April 2019 update

You can now directly insertCheckboxes(or removeCheckboxes) on a Range or RangeList without any workarounds. You can also change the checked value/unchecked value using alternate method signatures found in the documentation.

###Snippet:

Snippet

SpreadsheetApp.getActive() .getRange('Sheet2!A2:A10') .insertCheckboxes(); 

###UPDATE(April 2019)

You can now directly insertCheckboxes(or removeCheckboxes) on a Range or RangeList without any workarounds. You can also change the checked value/unchecked value using alternate method signatures found in the documentation.

###Snippet:

SpreadsheetApp.getActive() .getRange('Sheet2!A2:A10') .insertCheckboxes(); 

April 2019 update

You can now directly insertCheckboxes(or removeCheckboxes) on a Range or RangeList without any workarounds. You can also change the checked value/unchecked value using alternate method signatures found in the documentation.

Snippet

SpreadsheetApp.getActive() .getRange('Sheet2!A2:A10') .insertCheckboxes(); 
Source Link
TheMaster
  • 51.6k
  • 7
  • 76
  • 102
Loading