Class: blueprintjs.MinimalCheckbox

blueprintjs.blueprintjs.MinimalCheckbox(container, checked, label, labelPosition)

A skeleton to ease the creation of a minimal Blueprintjs checkbox element.

Constructor

new blueprintjs.MinimalCheckbox(container, checked, label, labelPosition)

Parameters:
Name Type Description
container Element

the parent element.

checked boolean

true iif the control should initially be checked, false otherwise (optional).

label string

the switch label (optional).

labelPosition string

the switch label position (in {left, right}) in respect to the element (optional).

Source:

Extends

  • blueprintjs.Blueprintjs