Class: PreContextualizedCheckbox

PreContextualizedCheckbox(props)

new PreContextualizedCheckbox(props)

A simple stateless functional component that renders a checkbox.
Parameters:
Name Type Description
props Object The props object for the component.
Properties
Name Type Attributes Description
value CheckboxValue The value of the checkbox.
indeterminate boolean Whether or not the checkbox is indeterminate.
restProps Object <repeatable>
Any additional props for the checkbox input element.
Source: