From 2865d161b720e209f29ca84858492e095dc3e161 Mon Sep 17 00:00:00 2001 From: Germain Date: Wed, 7 Apr 2021 08:18:19 +0100 Subject: [PATCH] docs: remove checkbox options in dialog.showMessageBoxSync (#28418) --- docs/api/dialog.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/api/dialog.md b/docs/api/dialog.md index 483ff271d2..0dd91fe04a 100644 --- a/docs/api/dialog.md +++ b/docs/api/dialog.md @@ -233,10 +233,6 @@ expanding and collapsing the dialog. be selected by default when the message box opens. * `title` String (optional) - Title of the message box, some platforms will not show it. * `detail` String (optional) - Extra information of the message. - * `checkboxLabel` String (optional) - If provided, the message box will - include a checkbox with the given label. - * `checkboxChecked` Boolean (optional) - Initial checked state of the - checkbox. `false` by default. * `icon` ([NativeImage](native-image.md) | String) (optional) * `cancelId` Integer (optional) - The index of the button to be used to cancel the dialog, via the `Esc` key. By default this is assigned to the first button with "cancel" or "no" as the