form-field-checkbox¶
Render a checkbox.
Binding reference¶
field-id: A unique HTML id to associate label and input (string)field-label: The label text (string)field-placeholder: The input placeholder, default empty (string)field-width: The width of the field in bootstrap columns (1-12), default 6 (integer)field-label-width: The width of the label in bootstrap columns (1-12), default 3 (integer)field-value: A controller variable to return theng-modelinput value (variable)on-change: A callback function to call if value changes (function)
Transclude¶
The component allows transclude to provide additional markup.