Skip to content

Commit

Permalink
The values parameter had the wrong type annotation. (#6877)
Browse files Browse the repository at this point in the history
Changed it from boolean to list.
  • Loading branch information
twobitunicorn authored and philippjfr committed May 31, 2024
1 parent b8fc7f4 commit 8ee4bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reference/widgets/CheckBoxGroup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"##### Core\n",
"\n",
"* **``options``** (list or dict): List or dictionary of options\n",
"* **``value``** (boolean): Currently selected options\n",
"* **``value``** (list): Currently selected options\n",
"\n",
"##### Display\n",
"\n",
Expand Down

0 comments on commit 8ee4bae

Please sign in to comment.