Skip to content

Field: Checkbox

Patrick Sachs edited this page Sep 22, 2018 · 1 revision

Preamble

The Checkbox is a single input to either check a value, or not.

Properties

Along with the default element properties this field has the following properties:

{
}
Name Description Required Default

Example

import Checkbox from '@react-formilicious/bulma/Checkbox';

{
  type: Checkbox ,
  key: "tos",
  name: <span>📄 Accept the <a href="#tos" target="_self">TOS</a>?</span>
}

Clone this wiki locally