method
CheckboxField.Private
Public method CheckboxField.Private from github.com/riducms/ridu/field.
Arguments
| Argument | Type | Description |
|---|---|---|
namespace | string | The namespace value. |
value | store.Value | The value value. |
Returns
The declared result.
CheckboxFieldFull signature
func (f CheckboxField) Private(
namespace string,
value store.Value,
) CheckboxFieldRelated types
CheckboxFieldCheckboxField configures a true-or-false checkbox field.
ValueAn immutable scalar, object, list, or populated document value.