diff --git a/README.md b/README.md index 12bf53c..873f35b 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,9 @@ However, by dropping in `GooeyParser` and supplying a `widget` name, you can dis | BlockCheckbox | ![image](https://github.com/chriskiehl/GooeyImages/raw/images/readme-images/46922288-9296f200-cfbb-11e8-8b0d-ddde08064247.png)
The default InlineCheck box can look less than ideal if a large help text block is present. `BlockCheckbox` moves the text block to the normal position and provides a short-form `block_label` for display next to the control. Use `gooey_options.checkbox_label` to control the label text | | ColourChooser                                             |

| | FilterableDropdown |

| +| IntegerField |

| +| DecimalField |

| +| Slider |

|