checkbox

v1.0.0arrow_drop_down
v1.0.0
STATUS
Passing
DOWNLOADS
2
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
N/A
Checks the checkbox
Install checkbox as a package?
Copied
npm i @bit/autodesk-tool-evals.hig-components.checkbox
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right

Checks the checkbox

Initially checks the checkbox, but allows user action to change it

Called when user clicks on the field

Called when user changes the value of the field

Render prop

Checks the checkbox

Initially checks the checkbox, but allows user action to change it

Prevents user actions on the checkbox

Sets indeterminate state for checkbox

The name of the checkbox as submitted with a form

Called when user moves focus from the field

Called when user changes the value of the field

Called when user clicks on the checkbox

Called when user puts focus on the field

Triggers when the user’s mouse is pressed over the checkbox

Triggers when the user’s mouse is over the checkbox

Triggers when the user’s mouse is no longer over the checkbox

Triggers when the user’s mouse is no longer pressed over the checkbox

Value submitted with a form if checked

Checks the checkbox

Prevents user actions on the checkbox

Returns whether or not the checkbox is currently focused

Returns whether or not the checkbox is currently hovered

Returns whether or not the checkbox is currently pressed

Sets indeterminate state for checkbox

Checks the checkbox

Prevents user actions on the checkbox

Returns whether or not the checkbox is currently focused

Returns whether or not the checkbox is currently hovered

Sets indeterminate state for checkbox

Returns whether or not the checkbox is currently pressed

The name of the checkbox as submitted with a form

Called when user moves focus from the field

Called when the checkbox is changed

Called when user clicks on the checkbox

Called when user puts focus on the field

Triggers when the user’s mouse is pressed over the checkbox

Triggers when the user’s mouse is over the checkbox

Triggers when the user’s mouse is no longer over the checkbox

Triggers when the user’s mouse is no longer pressed over the checkbox

Value submitted with a form if checked

Properties
NameType
checked
boolean
Help and resources