com.vaadin.ui.

Class CheckBox

    • Constructor Detail

      • CheckBox

        public CheckBox()

        Creates a new checkbox.

      • CheckBox

        public CheckBox​(String caption)

        Creates a new checkbox with a set caption.

        Parameters:

        caption - the Checkbox caption.

      • CheckBox

        public CheckBox​(String caption,
                        boolean initialState)

        Creates a new checkbox with a caption and a set initial state.

        Parameters:

        caption - the caption of the checkbox

        initialState - the initial state of the checkbox