Source code for ooodev.dialog.dl_control.view.view_check_box

from __future__ import annotations
from ooodev.adapter.awt.uno_control_check_box_comp import UnoControlCheckBoxComp


[docs]class ViewCheckBox(UnoControlCheckBoxComp): """View for the check box control.""" pass