-
Notifications
You must be signed in to change notification settings - Fork 0
Field: Checkbox
Patrick Sachs edited this page Sep 22, 2018
·
1 revision
The Checkbox is a single input to either check a value, or not.
Along with the default element properties this field has the following properties:
{
}
Name | Description | Required | Default |
---|
import Checkbox from '@react-formilicious/bulma/Checkbox';
{
type: Checkbox ,
key: "tos",
name: <span>📄 Accept the <a href="#tos" target="_self">TOS</a>?</span>
}