android-components / mozilla.components.browser.menu.item / SimpleBrowserMenuCheckbox / <init>

<init>

SimpleBrowserMenuCheckbox(label: String, initialState: Boolean = false, listener: (Boolean) -> Unit)

A simple browser menu checkbox.

Parameters

label - The visible label of this menu item.

initialState - The initial value the checkbox should have.

listener - Callback to be invoked when this menu item is checked.