$default $default : bool|null Default value for the boolean field. Type bool|null — Holds the default value or null.
default() default(bool $value) : $this Set the default value for boolean field. Parameters bool $value Holds the default value for the booelean field. Returns $this — Returns the current instance for method chaining.
__construct() __construct(string $name) : void AbstractField class constructor. Parameters string $name Holds the field name. Returns void —