# Form ``` var Form = require('react-toolbox/components/form'); var fields : [ {ref: "name", label: "Your Name", required: true, storage: true}, {ref: "description", multiline: true, label: "Description", value: "Doer"}, {ref: "birthdate", type: "date", label: "Birthdate"} ]
``` ## Properties | Name | Type | Default | Description| |:- |:-: | :- |:-| | **attributes** | array | | Array of fields you want hold, fields can be instances of ,