Class: blueprintjs.MinimalRadioGroup

blueprintjs.blueprintjs.MinimalRadioGroup(container, label, inline)

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

Constructor

new blueprintjs.MinimalRadioGroup(container, label, inline)

Parameters:
Name Type Description
container Element

the parent element.

label string

the group label (optional).

inline boolean

true iif the radio buttons are to be displayed inline horizontally, false otherwise. (optional).

Source:

Extends

  • blueprintjs.Blueprintjs