# Controls examples Here we can find examples of some of the available controllers. ## Example 1 ```python self._directory = ControlDir('Choose a directory') self._file = ControlFile('Choose a file') self._filetree = ControlFilesTree('Choose a file') self._boundaries = ControlBoundingSlider('Bounding', horizontal=True) ``` ![Example 1](Example1.png?raw=true "Screen") ## Example 2 ```python self._checkbox = ControlCheckBox('Choose a directory') self._checkboxList = ControlCheckBoxList('Choose a file') self._player = ControlPlayer('Choose a file') self._slider = ControlSlider('Slider') ``` ![Example 2](Example2.png?raw=true "Screen") ## Example 3 ```python self._combobox = ControlCombo('Choose a item') self._list = ControlList('List label') self._progress = ControlProgress('Progress bar') self._visvisVolume = ControlVisVisVolume('Visvis') self._timeline = ControlEventTimeline('Timeline') ``` ![Example 3](Example3.png?raw=true "Screen")