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
<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: * propTypes |