The CheckboxList tile has a property called checkboxScaleFactor, just change the value to increase the size:
CheckboxListTile( value: _isChecked, title: Text('Example'), checkboxScaleFactor: 1.15, ),