Skip to content

Commit

Permalink
import checkbox from input widget file
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-work committed Nov 26, 2024
1 parent a520aaa commit 8484885
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions py/gooey_gui/components/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

from furl import furl
from gooey_gui import core
from .input_widgets import (
checkbox,
)

T = typing.TypeVar("T")
LabelVisibility = typing.Literal["visible", "collapsed"]
Expand Down

0 comments on commit 8484885

Please sign in to comment.