Manual Reference Source
public class | source

FormCheckbox

Extends:

react~Component → FormCheckbox

FormCheckbox is just a wrapper of Semantic-UI-React's Checkbox component to add help description near Checkbox label. See Checkbox

Access

Stage.Basic.Form.Checkbox

Usage

FormCheckbox

<Form.Checkbox label="Run install workflow" toggle name="installWorkflow"
               help='Run install lifecycle operations'
               checked={this.state.installWorkflow} onChange={this._handleInputChange.bind(this)}/>

Static Member Summary

Static Public Members
public static

propTypes

Static Public Members

public static propTypes: * source

propTypes

Properties:

NameTypeAttributeDescription
label string
  • optional
  • default: ''

checkbox label

help string
  • optional
  • default: ''

help description