Function SettingsPage.addCheckbox

add checkbox (boolean value) for setting

CheckboxItem addCheckbox(
  string id,
  UIString label,
  bool inverse = false
);